Html Css Color HEX #B29912 Lucky

📋 copy color: '#B29912'

red 178 ◦ green 153 ◦ blue 18

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

Shades of Lucky #B29912

Tints of Lucky #B29912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.16%

R = 51%
G = 43.84%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B29912 (or 0xB29912) is known color: Lucky. HEX triplet: B2, 99 and 12. RGB value is (178,153,18). Sum of RGB (Red+Green+Blue) = 178+153+18=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B29912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29912 is #4D66ED. Grayscale: #919191. Windows color (decimal): -5072622 or 1218994. OLE color: 1218994.

HSL color Cylindrical-coordinate representation of color #B29912: hue angle of 50.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B29912 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 153 18 -
CMYK 0 0.14 0.90 0.30
HSL 50.63º 0.82% 0.38% -
HSV(B) 50.63º 0.9% 0.7% -
XYZ 29.86 32.29 5.23 -
YUV 145.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 178 153 18 0 0.14 0.90 0.30 50.63 0.82 0.38
Hex B2 99 12 0 E 5A 1E 33 52 26
Octal 262 231 22 0 16 132 36 63 122 46
Binary 10110010 10011001 10010 0 1110 1011010 11110 110011 1010010 100110

Color Harmonies of #B29912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29912

Black with #B29912

Text Example


Text Example

White with #B29912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29912; }

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

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

background-color css

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

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

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

border-color css

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

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

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