Html Css Color HEX #B29D14 Lucky

📋 copy color: '#B29D14'

red 178 ◦ green 157 ◦ blue 20

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

Shades of Lucky #B29D14

Tints of Lucky #B29D14

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.23%

 BLUE value IS 20 (8.2% from 255) = 5.63%

R = 50.14%
G = 44.23%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B29D14 (or 0xB29D14) is known color: Lucky. HEX triplet: B2, 9D and 14. RGB value is (178,157,20). Sum of RGB (Red+Green+Blue) = 178+157+20=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29D14 is #4D62EB. Grayscale: #949494. Windows color (decimal): -5071596 or 1351090. OLE color: 1351090.

HSL color Cylindrical-coordinate representation of color #B29D14: hue angle of 52.03º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B29D14 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 157 20 -
CMYK 0 0.12 0.89 0.30
HSL 52.03º 0.8% 0.39% -
HSV(B) 52.03º 0.89% 0.7% -
XYZ 30.54 33.63 5.54 -
YUV 147.66 55.96 149.64 -
System Red Green Blue C M Y K H S L
Decimal 178 157 20 0 0.12 0.89 0.30 52.03 0.8 0.39
Hex B2 9D 14 0 C 59 1E 34 50 27
Octal 262 235 24 0 14 131 36 64 120 47
Binary 10110010 10011101 10100 0 1100 1011001 11110 110100 1010000 100111

Color Harmonies of #B29D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D14

Black with #B29D14

Text Example


Text Example

White with #B29D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D14; }

 p { color: rgb(178,157,20); }

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

background-color css

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

 a { background-color: rgb(178,157,20); }

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

border-color css

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

 span { border-color: rgb(178,157,20); }

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