#B09D1D

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

Shades of Lucky #B09D1D

Tints of Lucky #B09D1D

Color information

#B09D1D (or 0xB09D1D) is unknown color: approx Lucky. HEX triplet: B0, 9D and 1D. RGB value is (176,157,29). Sum of RGB (Red+Green+Blue) = 176+157+29=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B09D1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09D1D is #4F62E2. Grayscale: #949494. Windows color (decimal): -5202659 or 1940912. OLE color: 1940912.

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

Color convert

RGB17615729-
CMYK00.110.840.31
HSL52.24º71.71%40.2%-
HSV(B)52.24º83.52%69.02%-
XYZ30.1833.436.02-
YUV148.0960.79147.91-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 29 (11.72% from 255) = 8.01%
R=48.62%
G=43.37%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761572900.110.840.3152.2471.7140.2
HexB09D1D0B541F344828
Octal26023535013124376411050
Binary101100001001110111101010111010100111111101001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09D1D; }

 p { color: rgb(176,157,29); }

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

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

 a { background-color: rgb(176,157,29); }

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

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

 span { border-color: rgb(176,157,29); }

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