Html Css Color HEX #B29D13 Lucky

📋 copy color: '#B29D13'

red 178 ◦ green 157 ◦ blue 19

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

Shades of Lucky #B29D13

Tints of Lucky #B29D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.37%

R = 50.28%
G = 44.35%
B = 5.37%

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

#B29D13 (or 0xB29D13) is known color: Lucky. HEX triplet: B2, 9D and 13. RGB value is (178,157,19). Sum of RGB (Red+Green+Blue) = 178+157+19=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 157 (61.72% from 255 or 44.35% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B29D13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29D13 is #4D62EC. Grayscale: #949494. Windows color (decimal): -5071597 or 1285554. OLE color: 1285554.

HSL color Cylindrical-coordinate representation of color #B29D13: hue angle of 52.08º degrees, saturation: 0.81, 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 #B29D13 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 157 19 -
CMYK 0 0.12 0.89 0.30
HSL 52.08º 0.81% 0.39% -
HSV(B) 52.08º 0.89% 0.7% -
XYZ 30.53 33.63 5.5 -
YUV 147.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 178 157 19 0 0.12 0.89 0.30 52.08 0.81 0.39
Hex B2 9D 13 0 C 59 1E 34 51 27
Octal 262 235 23 0 14 131 36 64 121 47
Binary 10110010 10011101 10011 0 1100 1011001 11110 110100 1010001 100111

Color Harmonies of #B29D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29D13

Black with #B29D13

Text Example


Text Example

White with #B29D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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