#B09523

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

Shades of Sahara #B09523

Tints of Sahara #B09523

Color information

#B09523 (or 0xB09523) is unknown color: approx Sahara. HEX triplet: B0, 95 and 23. RGB value is (176,149,35). Sum of RGB (Red+Green+Blue) = 176+149+35=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 149 (58.59% from 255 or 41.39% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B09523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09523 is #4F6ADC. Grayscale: #909090. Windows color (decimal): -5204701 or 2332080. OLE color: 2332080.

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

Color convert

RGB17614935-
CMYK00.150.800.31
HSL48.51º66.82%41.37%-
HSV(B)48.51º80.11%69.02%-
XYZ28.9630.856.02-
YUV144.0866.45150.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 149 (58.59% from 255) = 41.39%
BLUE value IS 35 (14.06% from 255) = 9.72%
R=48.89%
G=41.39%
B=9.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761493500.150.800.3148.5166.8241.37
HexB095230F501F314329
Octal26022543017120376110351
Binary1011000010010101100011011111010000111111100011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09523; }

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

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

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

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

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

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

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

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