#B29320

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

Shades of Sahara #B29320

Tints of Sahara #B29320

Color information

#B29320 (or 0xB29320) is unknown color: approx Sahara. HEX triplet: B2, 93 and 20. RGB value is (178,147,32). Sum of RGB (Red+Green+Blue) = 178+147+32=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B29320 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29320 is #4D6CDF. Grayscale: #8F8F8F. Windows color (decimal): -5074144 or 2134962. OLE color: 2134962.

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

Color convert

RGB17814732-
CMYK00.170.820.30
HSL47.26º69.52%41.18%-
HSV(B)47.26º82.02%69.8%-
XYZ29.0530.445.71-
YUV143.1665.27152.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 32 (12.89% from 255) = 8.96%
R=49.86%
G=41.18%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.82
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781473200.170.820.3047.2669.5241.18
HexB29320011521E2f4629
Octal26222340021122365710651
Binary10110010100100111000000100011010010111101011111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29320; }

 p { color: rgb(178,147,32); }

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

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

 a { background-color: rgb(178,147,32); }

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

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

 span { border-color: rgb(178,147,32); }

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