#B19A32

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

Shades of Sahara #B19A32

Tints of Sahara #B19A32

Color information

#B19A32 (or 0xB19A32) is unknown color: approx Sahara. HEX triplet: B1, 9A and 32. RGB value is (177,154,50). Sum of RGB (Red+Green+Blue) = 177+154+50=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B19A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19A32 is #4E65CD. Grayscale: #959595. Windows color (decimal): -5137870 or 3316401. OLE color: 3316401.

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

Color convert

RGB17715450-
CMYK00.130.720.31
HSL49.13º55.95%44.51%-
HSV(B)49.13º71.75%69.41%-
XYZ30.2632.697.73-
YUV149.0272.12147.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 50 (19.92% from 255) = 13.12%
R=46.46%
G=40.42%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771545000.130.720.3149.1355.9544.51
HexB19A320D481F31382d
Octal2612326201511037617055
Binary101100011001101011001001101100100011111110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19A32; }

 p { color: rgb(177,154,50); }

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

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

 a { background-color: rgb(177,154,50); }

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

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

 span { border-color: rgb(177,154,50); }

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