#B09423

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

Shades of Sahara #B09423

Tints of Sahara #B09423

Color information

#B09423 (or 0xB09423) is unknown color: approx Sahara. HEX triplet: B0, 94 and 23. RGB value is (176,148,35). Sum of RGB (Red+Green+Blue) = 176+148+35=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 148 (58.20% from 255 or 41.23% from 359); Blue value is 35 (14.06% from 255 or 9.75% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B09423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09423 is #4F6BDC. Grayscale: #8F8F8F. Windows color (decimal): -5204957 or 2331824. OLE color: 2331824.

HSL color Cylindrical-coordinate representation of color #B09423: hue angle of 48.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B09423 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB17614835-
CMYK00.160.800.31
HSL48.09º66.82%41.37%-
HSV(B)48.09º80.11%69.02%-
XYZ28.830.535.97-
YUV143.4966.78151.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 148 (58.20% from 255) = 41.23%
BLUE value IS 35 (14.06% from 255) = 9.75%
R=49.03%
G=41.23%
B=9.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761483500.160.800.3148.0966.8241.37
HexB09423010501F304329
Octal26022443020120376010351
Binary10110000100101001000110100001010000111111100001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09423; }

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

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

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

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

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

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

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

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