Html Css Color HEX #B1A001 Lucky

📋 copy color: '#B1A001'

red 177 ◦ green 160 ◦ blue 1

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

Shades of Lucky #B1A001

Tints of Lucky #B1A001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 47.34%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 52.37%
G = 47.34%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B1A001 (or 0xB1A001) is known color: Lucky. HEX triplet: B1, A0 and 01. RGB value is (177,160,1). Sum of RGB (Red+Green+Blue) = 177+160+1=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 160 (62.89% from 255 or 47.34% from 338); Blue value is 1 (0.78% from 255 or 0.30% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A001 is #4E5FFE. Grayscale: #939393. Windows color (decimal): -5136383 or 106673. OLE color: 106673.

HSL color Cylindrical-coordinate representation of color #B1A001: hue angle of 54.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1A001 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 160 1 -
CMYK 0 0.10 0.99 0.31
HSL 54.2º 0.99% 0.35% -
HSV(B) 54.2º 0.99% 0.69% -
XYZ 30.71 34.49 5.07 -
YUV 146.96 45.63 149.43 -
System Red Green Blue C M Y K H S L
Decimal 177 160 1 0 0.10 0.99 0.31 54.2 0.99 0.35
Hex B1 A0 1 0 A 63 1F 36 63 23
Octal 261 240 1 0 12 143 37 66 143 43
Binary 10110001 10100000 1 0 1010 1100011 11111 110110 1100011 100011

Color Harmonies of #B1A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A001

Black with #B1A001

Text Example


Text Example

White with #B1A001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A001; }

 p { color: rgb(177,160,1); }

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

background-color css

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

 a { background-color: rgb(177,160,1); }

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

border-color css

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

 span { border-color: rgb(177,160,1); }

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