Html Css Color HEX #B1A417 Lucky

📋 copy color: '#B1A417'

red 177 ◦ green 164 ◦ blue 23

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

Shades of Lucky #B1A417

Tints of Lucky #B1A417

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.05%

 BLUE value IS 23 (9.38% from 255) = 6.32%

R = 48.63%
G = 45.05%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B1A417 (or 0xB1A417) is known color: Lucky. HEX triplet: B1, A4 and 17. RGB value is (177,164,23). Sum of RGB (Red+Green+Blue) = 177+164+23=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 23 (9.38% from 255 or 6.32% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A417 is #4E5BE8. Grayscale: #989898. Windows color (decimal): -5135337 or 1549489. OLE color: 1549489.

HSL color Cylindrical-coordinate representation of color #B1A417: hue angle of 54.94º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1A417 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 164 23 -
CMYK 0 0.07 0.87 0.31
HSL 54.94º 0.77% 0.39% -
HSV(B) 54.94º 0.87% 0.69% -
XYZ 31.56 35.96 6.09 -
YUV 151.81 55.31 145.96 -
System Red Green Blue C M Y K H S L
Decimal 177 164 23 0 0.07 0.87 0.31 54.94 0.77 0.39
Hex B1 A4 17 0 7 57 1F 37 4D 27
Octal 261 244 27 0 7 127 37 67 115 47
Binary 10110001 10100100 10111 0 111 1010111 11111 110111 1001101 100111

Color Harmonies of #B1A417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A417

Black with #B1A417

Text Example


Text Example

White with #B1A417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A417; }

 p { color: rgb(177,164,23); }

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

background-color css

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

 a { background-color: rgb(177,164,23); }

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

border-color css

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

 span { border-color: rgb(177,164,23); }

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