#B09E1C

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

Shades of Lucky #B09E1C

Tints of Lucky #B09E1C

Color information

#B09E1C (or 0xB09E1C) is unknown color: approx Lucky. HEX triplet: B0, 9E and 1C. RGB value is (176,158,28). Sum of RGB (Red+Green+Blue) = 176+158+28=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09E1C is #4F61E3. Grayscale: #959595. Windows color (decimal): -5202404 or 1875632. OLE color: 1875632.

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

Color convert

RGB17615828-
CMYK00.100.840.31
HSL52.7º72.55%40%-
HSV(B)52.7º84.09%69.02%-
XYZ30.3433.776.02-
YUV148.5659.96147.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 158 (62.11% from 255) = 43.65%
BLUE value IS 28 (11.33% from 255) = 7.73%
R=48.62%
G=43.65%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761582800.100.840.3152.772.5540
HexB09E1C0A541F354928
Octal26023634012124376511150
Binary101100001001111011100010101010100111111101011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09E1C; }

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

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

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

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

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

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

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

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