#B09A32

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

Shades of Sahara #B09A32

Tints of Sahara #B09A32

Color information

#B09A32 (or 0xB09A32) is unknown color: approx Sahara. HEX triplet: B0, 9A and 32. RGB value is (176,154,50). Sum of RGB (Red+Green+Blue) = 176+154+50=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A32 is #4F65CD. Grayscale: #959595. Windows color (decimal): -5203406 or 3316400. OLE color: 3316400.

HSL color Cylindrical-coordinate representation of color #B09A32: hue angle of 49.52º 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 #B09A32 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB17615450-
CMYK00.120.720.31
HSL49.52º55.75%44.31%-
HSV(B)49.52º71.59%69.02%-
XYZ30.0432.577.72-
YUV148.7272.29147.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.32%
GREEN value IS 154 (60.55% from 255) = 40.53%
BLUE value IS 50 (19.92% from 255) = 13.16%
R=46.32%
G=40.53%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761545000.120.720.3149.5255.7544.31
HexB09A320C481F32382c
Octal2602326201411037627054
Binary101100001001101011001001100100100011111110010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A32; }

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

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

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

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

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

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

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

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