Html Css Color HEX #B29413 Lucky

📋 copy color: '#B29413'

red 178 ◦ green 148 ◦ blue 19

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

Shades of Lucky #B29413

Tints of Lucky #B29413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

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

R = 51.59%
G = 42.9%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B29413 (or 0xB29413) is known color: Lucky. HEX triplet: B2, 94 and 13. RGB value is (178,148,19). Sum of RGB (Red+Green+Blue) = 178+148+19=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B29413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29413 is #4D6BEC. Grayscale: #8E8E8E. Windows color (decimal): -5073901 or 1283250. OLE color: 1283250.

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

Color convert

RGB 178 148 19 -
CMYK 0 0.17 0.89 0.30
HSL 48.68º 0.81% 0.39% -
HSV(B) 48.68º 0.89% 0.7% -
XYZ 29.07 30.69 5.01 -
YUV 142.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 178 148 19 0 0.17 0.89 0.30 48.68 0.81 0.39
Hex B2 94 13 0 11 59 1E 31 51 27
Octal 262 224 23 0 21 131 36 61 121 47
Binary 10110010 10010100 10011 0 10001 1011001 11110 110001 1010001 100111

Color Harmonies of #B29413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29413

Black with #B29413

Text Example


Text Example

White with #B29413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29413; }

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

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

background-color css

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

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

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

border-color css

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

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

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