Html Css Color HEX #B1A008 Lucky

📋 copy color: '#B1A008'

red 177 ◦ green 160 ◦ blue 8

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

Shades of Lucky #B1A008

Tints of Lucky #B1A008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.32%

R = 51.3%
G = 46.38%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B1A008 (or 0xB1A008) is known color: Lucky. HEX triplet: B1, A0 and 08. RGB value is (177,160,8). Sum of RGB (Red+Green+Blue) = 177+160+8=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A008 is #4E5FF7. Grayscale: #949494. Windows color (decimal): -5136376 or 565425. OLE color: 565425.

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

Color convert

RGB 177 160 8 -
CMYK 0 0.10 0.95 0.31
HSL 53.96º 0.91% 0.36% -
HSV(B) 53.96º 0.95% 0.69% -
XYZ 30.75 34.51 5.27 -
YUV 147.76 49.13 148.86 -
System Red Green Blue C M Y K H S L
Decimal 177 160 8 0 0.10 0.95 0.31 53.96 0.91 0.36
Hex B1 A0 8 0 A 5F 1F 36 5B 24
Octal 261 240 10 0 12 137 37 66 133 44
Binary 10110001 10100000 1000 0 1010 1011111 11111 110110 1011011 100100

Color Harmonies of #B1A008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A008

Black with #B1A008

Text Example


Text Example

White with #B1A008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A008; }

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

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

background-color css

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

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

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

border-color css

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

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

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