Html Css Color HEX #B29614 Lucky

📋 copy color: '#B29614'

red 178 ◦ green 150 ◦ blue 20

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

Shades of Lucky #B29614

Tints of Lucky #B29614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 51.15%
G = 43.1%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B29614 (or 0xB29614) is known color: Lucky. HEX triplet: B2, 96 and 14. RGB value is (178,150,20). Sum of RGB (Red+Green+Blue) = 178+150+20=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B29614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29614 is #4D69EB. Grayscale: #909090. Windows color (decimal): -5073388 or 1349298. OLE color: 1349298.

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

Color convert

RGB 178 150 20 -
CMYK 0 0.16 0.89 0.30
HSL 49.37º 0.8% 0.39% -
HSV(B) 49.37º 0.89% 0.7% -
XYZ 29.39 31.33 5.16 -
YUV 143.55 58.28 152.57 -
System Red Green Blue C M Y K H S L
Decimal 178 150 20 0 0.16 0.89 0.30 49.37 0.8 0.39
Hex B2 96 14 0 10 59 1E 31 50 27
Octal 262 226 24 0 20 131 36 61 120 47
Binary 10110010 10010110 10100 0 10000 1011001 11110 110001 1010000 100111

Color Harmonies of #B29614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29614

Black with #B29614

Text Example


Text Example

White with #B29614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29614; }

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

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

background-color css

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

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

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

border-color css

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

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

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