Html Css Color HEX #B29616 Lucky

📋 copy color: '#B29616'

red 178 ◦ green 150 ◦ blue 22

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

Shades of Lucky #B29616

Tints of Lucky #B29616

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 50.86%
G = 42.86%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B29616 (or 0xB29616) is known color: Lucky. HEX triplet: B2, 96 and 16. RGB value is (178,150,22). Sum of RGB (Red+Green+Blue) = 178+150+22=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B29616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29616 is #4D69E9. Grayscale: #909090. Windows color (decimal): -5073386 or 1480370. OLE color: 1480370.

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

Color convert

RGB 178 150 22 -
CMYK 0 0.16 0.88 0.30
HSL 49.23º 0.78% 0.39% -
HSV(B) 49.23º 0.88% 0.7% -
XYZ 29.41 31.34 5.26 -
YUV 143.78 59.28 152.41 -
System Red Green Blue C M Y K H S L
Decimal 178 150 22 0 0.16 0.88 0.30 49.23 0.78 0.39
Hex B2 96 16 0 10 58 1E 31 4E 27
Octal 262 226 26 0 20 130 36 61 116 47
Binary 10110010 10010110 10110 0 10000 1011000 11110 110001 1001110 100111

Color Harmonies of #B29616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29616

Black with #B29616

Text Example


Text Example

White with #B29616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29616; }

 p { color: rgb(178,150,22); }

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

background-color css

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

 a { background-color: rgb(178,150,22); }

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

border-color css

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

 span { border-color: rgb(178,150,22); }

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