#B09C1F

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

Shades of Lucky #B09C1F

Tints of Lucky #B09C1F

Color information

#B09C1F (or 0xB09C1F) is unknown color: approx Lucky. HEX triplet: B0, 9C and 1F. RGB value is (176,156,31). Sum of RGB (Red+Green+Blue) = 176+156+31=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 31 (12.5% from 255 or 8.54% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09C1F is #4F63E0. Grayscale: #949494. Windows color (decimal): -5202913 or 2071728. OLE color: 2071728.

HSL color Cylindrical-coordinate representation of color #B09C1F: hue angle of 51.72º 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 #B09C1F is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB17615631-
CMYK00.110.820.31
HSL51.72º70.05%40.59%-
HSV(B)51.72º82.39%69.02%-
XYZ30.0433.116.1-
YUV147.7362.13148.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 31 (12.5% from 255) = 8.54%
R=48.48%
G=42.98%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761563100.110.820.3151.7270.0540.59
HexB09C1F0B521F344629
Octal26023437013122376410651
Binary101100001001110011111010111010010111111101001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C1F; }

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

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

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

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

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

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

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

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