#B19C34

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

Shades of Sahara #B19C34

Tints of Sahara #B19C34

Color information

#B19C34 (or 0xB19C34) is unknown color: approx Sahara. HEX triplet: B1, 9C and 34. RGB value is (177,156,52). Sum of RGB (Red+Green+Blue) = 177+156+52=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 52 (20.70% from 255 or 13.51% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C34 is #4E63CB. Grayscale: #969696. Windows color (decimal): -5137356 or 3447985. OLE color: 3447985.

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

Color convert

RGB17715652-
CMYK00.120.710.31
HSL49.92º54.59%44.9%-
HSV(B)49.92º70.62%69.41%-
XYZ30.6433.378.08-
YUV150.4272.46146.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 52 (20.70% from 255) = 13.51%
R=45.97%
G=40.52%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771565200.120.710.3149.9254.5944.9
HexB19C340C471F32372d
Octal2612346401410737626755
Binary101100011001110011010001100100011111111110010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C34; }

 p { color: rgb(177,156,52); }

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

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

 a { background-color: rgb(177,156,52); }

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

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

 span { border-color: rgb(177,156,52); }

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