#B39632

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

Shades of Sahara #B39632

Tints of Sahara #B39632

Color information

#B39632 (or 0xB39632) is unknown color: approx Sahara. HEX triplet: B3, 96 and 32. RGB value is (179,150,50). Sum of RGB (Red+Green+Blue) = 179+150+50=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B39632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39632 is #4C69CD. Grayscale: #939393. Windows color (decimal): -5007822 or 3315379. OLE color: 3315379.

HSL color Cylindrical-coordinate representation of color #B39632: hue angle of 46.51º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B39632 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB17915050-
CMYK00.160.720.30
HSL46.51º56.33%44.9%-
HSV(B)46.51º72.07%70.2%-
XYZ30.0731.637.54-
YUV147.2773.11150.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.23%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 50 (19.92% from 255) = 13.19%
R=47.23%
G=39.58%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791505000.160.720.3046.5156.3344.9
HexB39632010481E2f382d
Octal2632266202011036577055
Binary1011001110010110110010010000100100011110101111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39632; }

 p { color: rgb(179,150,50); }

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

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

 a { background-color: rgb(179,150,50); }

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

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

 span { border-color: rgb(179,150,50); }

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