#B19B34

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

Shades of Sahara #B19B34

Tints of Sahara #B19B34

Color information

#B19B34 (or 0xB19B34) is unknown color: approx Sahara. HEX triplet: B1, 9B and 34. RGB value is (177,155,52). Sum of RGB (Red+Green+Blue) = 177+155+52=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B34 is #4E64CB. Grayscale: #969696. Windows color (decimal): -5137612 or 3447729. OLE color: 3447729.

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

Color convert

RGB17715552-
CMYK00.120.710.31
HSL49.44º54.59%44.9%-
HSV(B)49.44º70.62%69.41%-
XYZ30.4733.048.02-
YUV149.8472.79147.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.09%
GREEN value IS 155 (60.94% from 255) = 40.36%
BLUE value IS 52 (20.70% from 255) = 13.54%
R=46.09%
G=40.36%
B=13.54%

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
Decimal1771555200.120.710.3149.4454.5944.9
HexB19B340C471F31372d
Octal2612336401410737616755
Binary101100011001101111010001100100011111111110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B34; }

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

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

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

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

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

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

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

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