Html Css Color HEX #B4A211 Lucky

📋 copy color: '#B4A211'

red 180 ◦ green 162 ◦ blue 17

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

Shades of Lucky #B4A211

Tints of Lucky #B4A211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.74%

R = 50.14%
G = 45.13%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B4A211 (or 0xB4A211) is known color: Lucky. HEX triplet: B4, A2 and 11. RGB value is (180,162,17). Sum of RGB (Red+Green+Blue) = 180+162+17=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 17 (7.03% from 255 or 4.74% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4A211 is #4B5DEE. Grayscale: #979797. Windows color (decimal): -4939247 or 1155764. OLE color: 1155764.

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

Color convert

RGB 180 162 17 -
CMYK 0 0.1 0.91 0.29
HSL 53.37º 0.83% 0.39% -
HSV(B) 53.37º 0.91% 0.71% -
XYZ 31.84 35.58 5.72 -
YUV 150.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 180 162 17 0 0.1 0.91 0.29 53.37 0.83 0.39
Hex B4 A2 11 0 A 5B 1D 35 53 27
Octal 264 242 21 0 12 133 35 65 123 47
Binary 10110100 10100010 10001 0 1010 1011011 11101 110101 1010011 100111

Color Harmonies of #B4A211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A211

Black with #B4A211

Text Example


Text Example

White with #B4A211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A211; }

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

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

background-color css

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

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

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

border-color css

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

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

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