#B29E1D

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

Shades of Lucky #B29E1D

Tints of Lucky #B29E1D

Color information

#B29E1D (or 0xB29E1D) is unknown color: approx Lucky. HEX triplet: B2, 9E and 1D. RGB value is (178,158,29). Sum of RGB (Red+Green+Blue) = 178+158+29=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 29 (11.72% from 255 or 7.95% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B29E1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29E1D is #4D61E2. Grayscale: #959595. Windows color (decimal): -5071331 or 1941170. OLE color: 1941170.

HSL color Cylindrical-coordinate representation of color #B29E1D: hue angle of 51.95º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B29E1D is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB17815829-
CMYK00.110.840.30
HSL51.95º71.98%40.59%-
HSV(B)51.95º83.71%69.8%-
XYZ30.8134.016.1-
YUV149.2760.13148.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.77%
GREEN value IS 158 (62.11% from 255) = 43.29%
BLUE value IS 29 (11.72% from 255) = 7.95%
R=48.77%
G=43.29%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781582900.110.840.3051.9571.9840.59
HexB29E1D0B541E344829
Octal26223635013124366411051
Binary101100101001111011101010111010100111101101001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29E1D; }

 p { color: rgb(178,158,29); }

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

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

 a { background-color: rgb(178,158,29); }

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

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

 span { border-color: rgb(178,158,29); }

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