#B29523

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

Shades of Sahara #B29523

Tints of Sahara #B29523

Color information

#B29523 (or 0xB29523) is unknown color: approx Sahara. HEX triplet: B2, 95 and 23. RGB value is (178,149,35). Sum of RGB (Red+Green+Blue) = 178+149+35=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 35 (14.06% from 255 or 9.67% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B29523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29523 is #4D6ADC. Grayscale: #919191. Windows color (decimal): -5073629 or 2332082. OLE color: 2332082.

HSL color Cylindrical-coordinate representation of color #B29523: hue angle of 47.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B29523 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB17814935-
CMYK00.160.800.30
HSL47.83º67.14%41.76%-
HSV(B)47.83º80.34%69.8%-
XYZ29.4131.086.04-
YUV144.6866.11151.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.17%
GREEN value IS 149 (58.59% from 255) = 41.16%
BLUE value IS 35 (14.06% from 255) = 9.67%
R=49.17%
G=41.16%
B=9.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781493500.160.800.3047.8367.1441.76
HexB29523010501E30432a
Octal26222543020120366010352
Binary10110010100101011000110100001010000111101100001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29523; }

 p { color: rgb(178,149,35); }

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

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

 a { background-color: rgb(178,149,35); }

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

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

 span { border-color: rgb(178,149,35); }

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