#B08D1B

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

Shades of Lucky #B08D1B

Tints of Lucky #B08D1B

Color information

#B08D1B (or 0xB08D1B) is unknown color: approx Lucky. HEX triplet: B0, 8D and 1B. RGB value is (176,141,27). Sum of RGB (Red+Green+Blue) = 176+141+27=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D1B is #4F72E4. Grayscale: #8A8A8A. Windows color (decimal): -5206757 or 1805744. OLE color: 1805744.

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

Color convert

RGB17614127-
CMYK00.200.850.31
HSL45.91º73.4%39.8%-
HSV(B)45.91º84.66%69.02%-
XYZ27.6328.365.05-
YUV138.4765.1154.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 141 (55.47% from 255) = 40.99%
BLUE value IS 27 (10.94% from 255) = 7.85%
R=51.16%
G=40.99%
B=7.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761412700.200.850.3145.9173.439.8
HexB08D1B014551F2e4928
Octal26021533024125375611150
Binary1011000010001101110110101001010101111111011101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08D1B; }

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

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

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

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

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

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

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

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