#B19831

Color #B19831 Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #B19831

Tints of Sahara #B19831

Color information

#B19831 (or 0xB19831) is unknown color: approx Sahara. HEX triplet: B1, 98 and 31. RGB value is (177,152,49). Sum of RGB (Red+Green+Blue) = 177+152+49=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B19831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19831 is #4E67CE. Grayscale: #949494. Windows color (decimal): -5138383 or 3250353. OLE color: 3250353.

HSL color Cylindrical-coordinate representation of color #B19831: hue angle of 48.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B19831 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17715249-
CMYK00.140.720.31
HSL48.28º56.64%44.31%-
HSV(B)48.28º72.32%69.41%-
XYZ29.9132.037.51-
YUV147.7372.28148.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 152 (59.77% from 255) = 40.21%
BLUE value IS 49 (19.53% from 255) = 12.96%
R=46.83%
G=40.21%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771524900.140.720.3148.2856.6444.31
HexB198310E481F30392c
Octal2612306101611037607154
Binary101100011001100011000101110100100011111110000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19831; }

 p { color: rgb(177,152,49); }

 H1.HeaderClassName
 {
   color: #B19831;
 }
 .AnyTagClassName
 {
   color: #B19831;
 }
</style>
background-color css

<style>
 a { background-color: #B19831; }

 a { background-color: rgb(177,152,49); }

 div.DivClassName
 {
   background-color: #B19831;
 }
 .BgClassName
 {
   background-color: #B19831;
 }
</style>
border-color css

<style>
 span { border-color: #B19831; }

 span { border-color: rgb(177,152,49); }

 td.TdClassName
 {
   border-color: #B19831;
 }
 .TagClassName
 {
   border-color: #B19831;
 }
</style>