#b29327

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

Shades of Sahara #B29327

Tints of Sahara #B29327

Color information

#B29327 (or 0xB29327) is unknown color: approx Sahara. HEX triplet: B2, 93 and 27. RGB value is (178,147,39). Sum of RGB (Red+Green+Blue) = 178+147+39=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B29327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29327 is #4D6CD8. Grayscale: #909090. Windows color (decimal): -5074137 or 2593714. OLE color: 2593714.

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

Color convert

RGB17814739-
CMYK00.170.780.30
HSL46.62º64.06%42.55%-
HSV(B)46.62º78.09%69.8%-
XYZ29.1630.486.27-
YUV143.9668.77152.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.90%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 39 (15.62% from 255) = 10.71%
R=48.90%
G=40.38%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781473900.170.780.3046.6264.0642.55
HexB293270114E1E2f402b
Octal26222347021116365710053
Binary10110010100100111001110100011001110111101011111000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29327; }

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

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

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

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

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

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

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

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