#b08d1f

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

Shades of Sahara #B08D1F

Tints of Sahara #B08D1F

Color information

#B08D1F (or 0xB08D1F) is unknown color: approx Sahara. HEX triplet: B0, 8D and 1F. RGB value is (176,141,31). Sum of RGB (Red+Green+Blue) = 176+141+31=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D1F is #4F72E0. Grayscale: #8B8B8B. Windows color (decimal): -5206753 or 2067888. OLE color: 2067888.

HSL color Cylindrical-coordinate representation of color #B08D1F: hue angle of 45.52º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B08D1F is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17614131-
CMYK00.200.820.31
HSL45.52º70.05%40.59%-
HSV(B)45.52º82.39%69.02%-
XYZ27.6828.385.32-
YUV138.9267.1154.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 141 (55.47% from 255) = 40.52%
BLUE value IS 31 (12.5% from 255) = 8.91%
R=50.57%
G=40.52%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761413100.200.820.3145.5270.0540.59
HexB08D1F014521F2e4629
Octal26021537024122375610651
Binary1011000010001101111110101001010010111111011101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b08d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b08d1f; }

 p { color: rgb(176,141,31); }

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

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

 a { background-color: rgb(176,141,31); }

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

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

 span { border-color: rgb(176,141,31); }

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