#b09e1f

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

Shades of Lucky #B09E1F

Tints of Lucky #B09E1F

Color information

#B09E1F (or 0xB09E1F) is unknown color: approx Lucky. HEX triplet: B0, 9E and 1F. RGB value is (176,158,31). Sum of RGB (Red+Green+Blue) = 176+158+31=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E1F is #4F61E0. Grayscale: #959595. Windows color (decimal): -5202401 or 2072240. OLE color: 2072240.

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

Color convert

RGB17615831-
CMYK00.100.820.31
HSL52.55º70.05%40.59%-
HSV(B)52.55º82.39%69.02%-
XYZ30.3833.786.22-
YUV148.961.46147.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 31 (12.5% from 255) = 8.49%
R=48.22%
G=43.29%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761583100.100.820.3152.5570.0540.59
HexB09E1F0A521F354629
Octal26023637012122376510651
Binary101100001001111011111010101010010111111101011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b09e1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b09e1f; }

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

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

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

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

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

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

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

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