Html Css Color HEX #B29416 Lucky

📋 copy color: '#B29416'

red 178 ◦ green 148 ◦ blue 22

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

Shades of Lucky #B29416

Tints of Lucky #B29416

RGB

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

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

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

R = 51.15%
G = 42.53%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B29416 (or 0xB29416) is known color: Lucky. HEX triplet: B2, 94 and 16. RGB value is (178,148,22). Sum of RGB (Red+Green+Blue) = 178+148+22=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B29416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29416 is #4D6BE9. Grayscale: #8F8F8F. Windows color (decimal): -5073898 or 1479858. OLE color: 1479858.

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

Color convert

RGB 178 148 22 -
CMYK 0 0.17 0.88 0.30
HSL 48.46º 0.78% 0.39% -
HSV(B) 48.46º 0.88% 0.7% -
XYZ 29.09 30.7 5.15 -
YUV 142.61 59.94 153.25 -
System Red Green Blue C M Y K H S L
Decimal 178 148 22 0 0.17 0.88 0.30 48.46 0.78 0.39
Hex B2 94 16 0 11 58 1E 30 4E 27
Octal 262 224 26 0 21 130 36 60 116 47
Binary 10110010 10010100 10110 0 10001 1011000 11110 110000 1001110 100111

Color Harmonies of #B29416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29416

Black with #B29416

Text Example


Text Example

White with #B29416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29416; }

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

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

background-color css

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

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

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

border-color css

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

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

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