Html Css Color HEX #B29612 Lucky

📋 copy color: '#B29612'

red 178 ◦ green 150 ◦ blue 18

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

Shades of Lucky #B29612

Tints of Lucky #B29612

RGB

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

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

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

R = 51.45%
G = 43.35%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B29612 (or 0xB29612) is known color: Lucky. HEX triplet: B2, 96 and 12. RGB value is (178,150,18). Sum of RGB (Red+Green+Blue) = 178+150+18=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B29612 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29612 is #4D69ED. Grayscale: #8F8F8F. Windows color (decimal): -5073390 or 1218226. OLE color: 1218226.

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

Color convert

RGB 178 150 18 -
CMYK 0 0.16 0.90 0.30
HSL 49.5º 0.82% 0.38% -
HSV(B) 49.5º 0.9% 0.7% -
XYZ 29.38 31.32 5.07 -
YUV 143.32 57.28 152.73 -
System Red Green Blue C M Y K H S L
Decimal 178 150 18 0 0.16 0.90 0.30 49.5 0.82 0.38
Hex B2 96 12 0 10 5A 1E 32 52 26
Octal 262 226 22 0 20 132 36 62 122 46
Binary 10110010 10010110 10010 0 10000 1011010 11110 110010 1010010 100110

Color Harmonies of #B29612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29612

Black with #B29612

Text Example


Text Example

White with #B29612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29612; }

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

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

background-color css

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

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

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

border-color css

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

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

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