#B08C1C

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

Shades of Sahara #B08C1C

Tints of Sahara #B08C1C

Color information

#B08C1C (or 0xB08C1C) is unknown color: approx Sahara. HEX triplet: B0, 8C and 1C. RGB value is (176,140,28). Sum of RGB (Red+Green+Blue) = 176+140+28=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C1C is #4F73E3. Grayscale: #8A8A8A. Windows color (decimal): -5207012 or 1871024. OLE color: 1871024.

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

Color convert

RGB17614028-
CMYK00.200.840.31
HSL45.41º72.55%40%-
HSV(B)45.41º84.09%69.02%-
XYZ27.4928.075.07-
YUV13865.93155.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 140 (55.08% from 255) = 40.70%
BLUE value IS 28 (11.33% from 255) = 8.14%
R=51.16%
G=40.70%
B=8.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761402800.200.840.3145.4172.5540
HexB08C1C014541F2d4928
Octal26021434024124375511150
Binary1011000010001100111000101001010100111111011011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08C1C; }

 p { color: rgb(176,140,28); }

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

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

 a { background-color: rgb(176,140,28); }

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

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

 span { border-color: rgb(176,140,28); }

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