Html Css Color HEX #B4A212 Lucky

📋 copy color: '#B4A212'

red 180 ◦ green 162 ◦ blue 18

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

Shades of Lucky #B4A212

Tints of Lucky #B4A212

RGB

 RED value IS 180 (70.7% from 255) = 50%

 GREEN value IS 162 (63.67% from 255) = 45%

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

R = 50%
G = 45%
B = 5%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B4A212 (or 0xB4A212) is known color: Lucky. HEX triplet: B4, A2 and 12. RGB value is (180,162,18). Sum of RGB (Red+Green+Blue) = 180+162+18=360 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A212 is #4B5DED. Grayscale: #979797. Windows color (decimal): -4939246 or 1221300. OLE color: 1221300.

HSL color Cylindrical-coordinate representation of color #B4A212: hue angle of 53.33º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4A212 is Cyan = 0, Magento = 0.1, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 162 18 -
CMYK 0 0.1 0.9 0.29
HSL 53.33º 0.82% 0.39% -
HSV(B) 53.33º 0.9% 0.71% -
XYZ 31.85 35.59 5.76 -
YUV 150.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 180 162 18 0 0.1 0.9 0.29 53.33 0.82 0.39
Hex B4 A2 12 0 A 5A 1D 35 52 27
Octal 264 242 22 0 12 132 35 65 122 47
Binary 10110100 10100010 10010 0 1010 1011010 11101 110101 1010010 100111

Color Harmonies of #B4A212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A212

Black with #B4A212

Text Example


Text Example

White with #B4A212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A212; }

 p { color: rgb(180,162,18); }

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

background-color css

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

 a { background-color: rgb(180,162,18); }

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

border-color css

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

 span { border-color: rgb(180,162,18); }

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