#B09526

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

Shades of Sahara #B09526

Tints of Sahara #B09526

Color information

#B09526 (or 0xB09526) is unknown color: approx Sahara. HEX triplet: B0, 95 and 26. RGB value is (176,149,38). Sum of RGB (Red+Green+Blue) = 176+149+38=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 38 (15.23% from 255 or 10.47% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B09526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09526 is #4F6AD9. Grayscale: #909090. Windows color (decimal): -5204698 or 2528688. OLE color: 2528688.

HSL color Cylindrical-coordinate representation of color #B09526: hue angle of 48.26º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B09526 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB17614938-
CMYK00.150.780.31
HSL48.26º64.49%41.96%-
HSV(B)48.26º78.41%69.02%-
XYZ2930.866.26-
YUV144.4267.95150.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 38 (15.23% from 255) = 10.47%
R=48.48%
G=41.05%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761493800.150.780.3148.2664.4941.96
HexB095260F4E1F30402a
Octal26022546017116376010052
Binary1011000010010101100110011111001110111111100001000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09526; }

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

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

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

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

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

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

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

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