#B19B32

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

Shades of Sahara #B19B32

Tints of Sahara #B19B32

Color information

#B19B32 (or 0xB19B32) is unknown color: approx Sahara. HEX triplet: B1, 9B and 32. RGB value is (177,155,50). Sum of RGB (Red+Green+Blue) = 177+155+50=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 50 (19.92% from 255 or 13.09% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B32 is #4E64CD. Grayscale: #969696. Windows color (decimal): -5137614 or 3316657. OLE color: 3316657.

HSL color Cylindrical-coordinate representation of color #B19B32: hue angle of 49.61º 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 #B19B32 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17715550-
CMYK00.120.720.31
HSL49.61º55.95%44.51%-
HSV(B)49.61º71.75%69.41%-
XYZ30.4333.027.79-
YUV149.6171.79147.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 50 (19.92% from 255) = 13.09%
R=46.34%
G=40.58%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771555000.120.720.3149.6155.9544.51
HexB19B320C481F32382d
Octal2612336201411037627055
Binary101100011001101111001001100100100011111110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B32; }

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

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

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

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

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

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

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

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