#B29B08

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

Shades of Lucky #B29B08

Tints of Lucky #B29B08

Color information

#B29B08 (or 0xB29B08) is unknown color: approx Lucky. HEX triplet: B2, 9B and 08. RGB value is (178,155,8). Sum of RGB (Red+Green+Blue) = 178+155+8=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B29B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29B08 is #4D64F7. Grayscale: #919191. Windows color (decimal): -5072120 or 564146. OLE color: 564146.

HSL color Cylindrical-coordinate representation of color #B29B08: hue angle of 51.88º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B29B08 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB1781558-
CMYK00.130.960.30
HSL51.88º91.4%36.47%-
HSV(B)51.88º95.51%69.8%-
XYZ30.1332.935-
YUV145.1250.62151.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.20%
GREEN value IS 155 (60.94% from 255) = 45.45%
BLUE value IS 8 (3.52% from 255) = 2.35%
R=52.20%
G=45.45%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178155800.130.960.3051.8891.436.47
HexB29B80D601E345b24
Octal26223310015140366413344
Binary10110010100110111000011011100000111101101001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29B08; }

 p { color: rgb(178,155,8); }

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

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

 a { background-color: rgb(178,155,8); }

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

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

 span { border-color: rgb(178,155,8); }

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