#B09822

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

Shades of Sahara #B09822

Tints of Sahara #B09822

Color information

#B09822 (or 0xB09822) is unknown color: approx Sahara. HEX triplet: B0, 98 and 22. RGB value is (176,152,34). Sum of RGB (Red+Green+Blue) = 176+152+34=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B09822 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09822 is #4F67DD. Grayscale: #929292. Windows color (decimal): -5203934 or 2267312. OLE color: 2267312.

HSL color Cylindrical-coordinate representation of color #B09822: hue angle of 49.86º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B09822 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB17615234-
CMYK00.140.810.31
HSL49.86º67.62%41.18%-
HSV(B)49.86º80.68%69.02%-
XYZ29.4231.86.1-
YUV145.7264.95149.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 34 (13.67% from 255) = 9.39%
R=48.62%
G=41.99%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761523400.140.810.3149.8667.6241.18
HexB098220E511F324429
Octal26023042016121376210451
Binary1011000010011000100010011101010001111111100101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09822; }

 p { color: rgb(176,152,34); }

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

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

 a { background-color: rgb(176,152,34); }

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

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

 span { border-color: rgb(176,152,34); }

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