#B09932

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

Shades of Sahara #B09932

Tints of Sahara #B09932

Color information

#B09932 (or 0xB09932) is unknown color: approx Sahara. HEX triplet: B0, 99 and 32. RGB value is (176,153,50). Sum of RGB (Red+Green+Blue) = 176+153+50=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B09932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09932 is #4F66CD. Grayscale: #949494. Windows color (decimal): -5203662 or 3316144. OLE color: 3316144.

HSL color Cylindrical-coordinate representation of color #B09932: hue angle of 49.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B09932 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17615350-
CMYK00.130.720.31
HSL49.05º55.75%44.31%-
HSV(B)49.05º71.59%69.02%-
XYZ29.8732.247.67-
YUV148.1472.62147.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 50 (19.92% from 255) = 13.19%
R=46.44%
G=40.37%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761535000.130.720.3149.0555.7544.31
HexB099320D481F31382c
Octal2602316201511037617054
Binary101100001001100111001001101100100011111110001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09932; }

 p { color: rgb(176,153,50); }

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

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

 a { background-color: rgb(176,153,50); }

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

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

 span { border-color: rgb(176,153,50); }

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