#b09422

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

Shades of Sahara #B09422

Tints of Sahara #B09422

Color information

#B09422 (or 0xB09422) is unknown color: approx Sahara. HEX triplet: B0, 94 and 22. RGB value is (176,148,34). Sum of RGB (Red+Green+Blue) = 176+148+34=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 34 (13.67% from 255 or 9.50% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B09422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09422 is #4F6BDD. Grayscale: #8F8F8F. Windows color (decimal): -5204958 or 2266288. OLE color: 2266288.

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

Color convert

RGB17614834-
CMYK00.160.810.31
HSL48.17º67.62%41.18%-
HSV(B)48.17º80.68%69.02%-
XYZ28.7830.535.89-
YUV143.3866.28151.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 148 (58.20% from 255) = 41.34%
BLUE value IS 34 (13.67% from 255) = 9.50%
R=49.16%
G=41.34%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761483400.160.810.3148.1767.6241.18
HexB09422010511F304429
Octal26022442020121376010451
Binary10110000100101001000100100001010001111111100001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09422; }

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

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

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

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

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

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

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

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