#B09B25

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

Shades of Sahara #B09B25

Tints of Sahara #B09B25

Color information

#B09B25 (or 0xB09B25) is unknown color: approx Sahara. HEX triplet: B0, 9B and 25. RGB value is (176,155,37). Sum of RGB (Red+Green+Blue) = 176+155+37=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 155 (60.94% from 255 or 42.12% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09B25 is #4F64DA. Grayscale: #949494. Windows color (decimal): -5203163 or 2464688. OLE color: 2464688.

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

Color convert

RGB17615537-
CMYK00.120.790.31
HSL50.94º65.26%41.76%-
HSV(B)50.94º78.98%69.02%-
XYZ29.9632.816.5-
YUV147.8365.46148.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 155 (60.94% from 255) = 42.12%
BLUE value IS 37 (14.84% from 255) = 10.05%
R=47.83%
G=42.12%
B=10.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761553700.120.790.3150.9465.2641.76
HexB09B250C4F1F33412a
Octal26023345014117376310152
Binary1011000010011011100101011001001111111111100111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09B25; }

 p { color: rgb(176,155,37); }

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

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

 a { background-color: rgb(176,155,37); }

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

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

 span { border-color: rgb(176,155,37); }

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