Html Css Color HEX #B29914 Lucky

📋 copy color: '#B29914'

red 178 ◦ green 153 ◦ blue 20

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

Shades of Lucky #B29914

Tints of Lucky #B29914

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.59%

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

R = 50.71%
G = 43.59%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B29914 (or 0xB29914) is known color: Lucky. HEX triplet: B2, 99 and 14. RGB value is (178,153,20). Sum of RGB (Red+Green+Blue) = 178+153+20=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B29914 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29914 is #4D66EB. Grayscale: #919191. Windows color (decimal): -5072620 or 1350066. OLE color: 1350066.

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

Color convert

RGB 178 153 20 -
CMYK 0 0.14 0.89 0.30
HSL 50.51º 0.8% 0.39% -
HSV(B) 50.51º 0.89% 0.7% -
XYZ 29.88 32.3 5.32 -
YUV 145.31 57.28 151.31 -
System Red Green Blue C M Y K H S L
Decimal 178 153 20 0 0.14 0.89 0.30 50.51 0.8 0.39
Hex B2 99 14 0 E 59 1E 33 50 27
Octal 262 231 24 0 16 131 36 63 120 47
Binary 10110010 10011001 10100 0 1110 1011001 11110 110011 1010000 100111

Color Harmonies of #B29914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29914

Black with #B29914

Text Example


Text Example

White with #B29914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29914; }

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

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

background-color css

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

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

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

border-color css

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

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

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