Html Css Color HEX #B29A20 Lucky

📋 copy color: '#B29A20'

red 178 ◦ green 154 ◦ blue 32

#B29A20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #B29A20

Tints of Lucky #B29A20

RGB

 RED value IS 178 (69.92% from 255) = 48.9%

 GREEN value IS 154 (60.55% from 255) = 42.31%

 BLUE value IS 32 (12.89% from 255) = 8.79%

R = 48.9%
G = 42.31%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B29A20 (or 0xB29A20) is known color: Lucky. HEX triplet: B2, 9A and 20. RGB value is (178,154,32). Sum of RGB (Red+Green+Blue) = 178+154+32=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B29A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B29A20 is #4D65DF. Grayscale: #939393. Windows color (decimal): -5072352 or 2136754. OLE color: 2136754.

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

Color convert

RGB 178 154 32 -
CMYK 0 0.13 0.82 0.30
HSL 50.14º 0.7% 0.41% -
HSV(B) 50.14º 0.82% 0.7% -
XYZ 30.18 32.68 6.08 -
YUV 147.27 62.95 149.92 -
System Red Green Blue C M Y K H S L
Decimal 178 154 32 0 0.13 0.82 0.30 50.14 0.7 0.41
Hex B2 9A 20 0 D 52 1E 32 46 29
Octal 262 232 40 0 15 122 36 62 106 51
Binary 10110010 10011010 100000 0 1101 1010010 11110 110010 1000110 101001

Color Harmonies of #B29A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29A20

Black with #B29A20

Text Example


Text Example

White with #B29A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29A20; }

 p { color: rgb(178,154,32); }

 H1.HeaderClassName
 {
   color: #B29A20;
 }
 .AnyTagClassName
 {
   color: #B29A20;
 }
</style>

background-color css

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

 a { background-color: rgb(178,154,32); }

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

border-color css

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

 span { border-color: rgb(178,154,32); }

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