Html Css Color HEX #B1A210 Lucky

📋 copy color: '#B1A210'

red 177 ◦ green 162 ◦ blue 16

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

Shades of Lucky #B1A210

Tints of Lucky #B1A210

RGB

 RED value IS 177 (69.53% from 255) = 49.86%

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 49.86%
G = 45.63%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B1A210 (or 0xB1A210) is known color: Lucky. HEX triplet: B1, A2 and 10. RGB value is (177,162,16). Sum of RGB (Red+Green+Blue) = 177+162+16=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A210 is #4E5DEF. Grayscale: #969696. Windows color (decimal): -5135856 or 1090225. OLE color: 1090225.

HSL color Cylindrical-coordinate representation of color #B1A210: hue angle of 54.41º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1A210 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 162 16 -
CMYK 0 0.08 0.91 0.31
HSL 54.41º 0.83% 0.38% -
HSV(B) 54.41º 0.91% 0.69% -
XYZ 31.15 35.23 5.65 -
YUV 149.84 52.47 147.37 -
System Red Green Blue C M Y K H S L
Decimal 177 162 16 0 0.08 0.91 0.31 54.41 0.83 0.38
Hex B1 A2 10 0 8 5B 1F 36 53 26
Octal 261 242 20 0 10 133 37 66 123 46
Binary 10110001 10100010 10000 0 1000 1011011 11111 110110 1010011 100110

Color Harmonies of #B1A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A210

Black with #B1A210

Text Example


Text Example

White with #B1A210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A210; }

 p { color: rgb(177,162,16); }

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

background-color css

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

 a { background-color: rgb(177,162,16); }

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

border-color css

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

 span { border-color: rgb(177,162,16); }

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