Html Css Color HEX #B29213 Lucky

📋 copy color: '#B29213'

red 178 ◦ green 146 ◦ blue 19

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

Shades of Lucky #B29213

Tints of Lucky #B29213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.57%

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

R = 51.9%
G = 42.57%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B29213 (or 0xB29213) is known color: Lucky. HEX triplet: B2, 92 and 13. RGB value is (178,146,19). Sum of RGB (Red+Green+Blue) = 178+146+19=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B29213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29213 is #4D6DEC. Grayscale: #8D8D8D. Windows color (decimal): -5074413 or 1282738. OLE color: 1282738.

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

Color convert

RGB 178 146 19 -
CMYK 0 0.18 0.89 0.30
HSL 47.92º 0.81% 0.39% -
HSV(B) 47.92º 0.89% 0.7% -
XYZ 28.76 30.07 4.9 -
YUV 141.09 59.1 154.33 -
System Red Green Blue C M Y K H S L
Decimal 178 146 19 0 0.18 0.89 0.30 47.92 0.81 0.39
Hex B2 92 13 0 12 59 1E 30 51 27
Octal 262 222 23 0 22 131 36 60 121 47
Binary 10110010 10010010 10011 0 10010 1011001 11110 110000 1010001 100111

Color Harmonies of #B29213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29213

Black with #B29213

Text Example


Text Example

White with #B29213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29213; }

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

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

background-color css

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

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

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

border-color css

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

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

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