#B29D28

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

Shades of Sahara #B29D28

Tints of Sahara #B29D28

Color information

#B29D28 (or 0xB29D28) is unknown color: approx Sahara. HEX triplet: B2, 9D and 28. RGB value is (178,157,40). Sum of RGB (Red+Green+Blue) = 178+157+40=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29D28 is #4D62D7. Grayscale: #969696. Windows color (decimal): -5071576 or 2661810. OLE color: 2661810.

HSL color Cylindrical-coordinate representation of color #B29D28: hue angle of 50.87º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B29D28 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17815740-
CMYK00.120.780.30
HSL50.87º63.3%42.75%-
HSV(B)50.87º77.53%69.8%-
XYZ30.833.736.9-
YUV149.9465.96148.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 157 (61.72% from 255) = 41.87%
BLUE value IS 40 (16.02% from 255) = 10.67%
R=47.47%
G=41.87%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781574000.120.780.3050.8763.342.75
HexB29D280C4E1E333f2b
Octal2622355001411636637753
Binary101100101001110110100001100100111011110110011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29D28; }

 p { color: rgb(178,157,40); }

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

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

 a { background-color: rgb(178,157,40); }

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

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

 span { border-color: rgb(178,157,40); }

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