Html Css Color HEX #B29F13 Lucky

📋 copy color: '#B29F13'

red 178 ◦ green 159 ◦ blue 19

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

Shades of Lucky #B29F13

Tints of Lucky #B29F13

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.66%

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

R = 50%
G = 44.66%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B29F13 (or 0xB29F13) is known color: Lucky. HEX triplet: B2, 9F and 13. RGB value is (178,159,19). Sum of RGB (Red+Green+Blue) = 178+159+19=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 159 (62.5% from 255 or 44.66% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B29F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29F13 is #4D60EC. Grayscale: #959595. Windows color (decimal): -5071085 or 1286066. OLE color: 1286066.

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

Color convert

RGB 178 159 19 -
CMYK 0 0.11 0.89 0.30
HSL 52.83º 0.81% 0.39% -
HSV(B) 52.83º 0.89% 0.7% -
XYZ 30.88 34.31 5.61 -
YUV 148.72 54.79 148.88 -
System Red Green Blue C M Y K H S L
Decimal 178 159 19 0 0.11 0.89 0.30 52.83 0.81 0.39
Hex B2 9F 13 0 B 59 1E 35 51 27
Octal 262 237 23 0 13 131 36 65 121 47
Binary 10110010 10011111 10011 0 1011 1011001 11110 110101 1010001 100111

Color Harmonies of #B29F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29F13

Black with #B29F13

Text Example


Text Example

White with #B29F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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