Html Css Color HEX #B29812 Lucky

📋 copy color: '#B29812'

red 178 ◦ green 152 ◦ blue 18

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

Shades of Lucky #B29812

Tints of Lucky #B29812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

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

R = 51.15%
G = 43.68%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B29812 (or 0xB29812) is known color: Lucky. HEX triplet: B2, 98 and 12. RGB value is (178,152,18). Sum of RGB (Red+Green+Blue) = 178+152+18=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 18 (7.42% from 255 or 5.17% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B29812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29812 is #4D67ED. Grayscale: #919191. Windows color (decimal): -5072878 or 1218738. OLE color: 1218738.

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

Color convert

RGB 178 152 18 -
CMYK 0 0.15 0.90 0.30
HSL 50.25º 0.82% 0.38% -
HSV(B) 50.25º 0.9% 0.7% -
XYZ 29.7 31.97 5.18 -
YUV 144.5 56.61 151.9 -
System Red Green Blue C M Y K H S L
Decimal 178 152 18 0 0.15 0.90 0.30 50.25 0.82 0.38
Hex B2 98 12 0 F 5A 1E 32 52 26
Octal 262 230 22 0 17 132 36 62 122 46
Binary 10110010 10011000 10010 0 1111 1011010 11110 110010 1010010 100110

Color Harmonies of #B29812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29812

Black with #B29812

Text Example


Text Example

White with #B29812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29812; }

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

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

background-color css

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

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

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

border-color css

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

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

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