#b19520

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

Shades of Sahara #B19520

Tints of Sahara #B19520

Color information

#B19520 (or 0xB19520) is unknown color: approx Sahara. HEX triplet: B1, 95 and 20. RGB value is (177,149,32). Sum of RGB (Red+Green+Blue) = 177+149+32=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B19520 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19520 is #4E6ADF. Grayscale: #909090. Windows color (decimal): -5139168 or 2135473. OLE color: 2135473.

HSL color Cylindrical-coordinate representation of color #B19520: hue angle of 48.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B19520 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17714932-
CMYK00.160.820.31
HSL48.41º69.38%40.98%-
HSV(B)48.41º81.92%69.41%-
XYZ29.1430.955.8-
YUV144.0364.78151.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 149 (58.59% from 255) = 41.62%
BLUE value IS 32 (12.89% from 255) = 8.94%
R=49.44%
G=41.62%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771493200.160.820.3148.4169.3840.98
HexB19520010521F304529
Octal26122540020122376010551
Binary10110001100101011000000100001010010111111100001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b19520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b19520; }

 p { color: rgb(177,149,32); }

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

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

 a { background-color: rgb(177,149,32); }

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

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

 span { border-color: rgb(177,149,32); }

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