#b29828

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

Shades of Sahara #B29828

Tints of Sahara #B29828

Color information

#B29828 (or 0xB29828) is unknown color: approx Sahara. HEX triplet: B2, 98 and 28. RGB value is (178,152,40). Sum of RGB (Red+Green+Blue) = 178+152+40=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B29828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29828 is #4D67D7. Grayscale: #939393. Windows color (decimal): -5072856 or 2660530. OLE color: 2660530.

HSL color Cylindrical-coordinate representation of color #B29828: hue angle of 48.7º 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 #B29828 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17815240-
CMYK00.150.780.30
HSL48.7º63.3%42.75%-
HSV(B)48.7º77.53%69.8%-
XYZ29.9732.076.62-
YUV147.0167.61150.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.11%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 40 (16.02% from 255) = 10.81%
R=48.11%
G=41.08%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781524000.150.780.3048.763.342.75
HexB298280F4E1E313f2b
Octal2622305001711636617753
Binary101100101001100010100001111100111011110110001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29828; }

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

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

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

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

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

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

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

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