Html Css Color HEX #B1A408 Lucky

📋 copy color: '#B1A408'

red 177 ◦ green 164 ◦ blue 8

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

Shades of Lucky #B1A408

Tints of Lucky #B1A408

RGB

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

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

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

R = 50.72%
G = 46.99%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B1A408 (or 0xB1A408) is known color: Lucky. HEX triplet: B1, A4 and 08. RGB value is (177,164,8). Sum of RGB (Red+Green+Blue) = 177+164+8=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A408 is #4E5BF7. Grayscale: #969696. Windows color (decimal): -5135352 or 566449. OLE color: 566449.

HSL color Cylindrical-coordinate representation of color #B1A408: hue angle of 55.38º 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 #B1A408 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 164 8 -
CMYK 0 0.07 0.95 0.31
HSL 55.38º 0.91% 0.36% -
HSV(B) 55.38º 0.95% 0.69% -
XYZ 31.45 35.92 5.5 -
YUV 150.1 47.81 147.18 -
System Red Green Blue C M Y K H S L
Decimal 177 164 8 0 0.07 0.95 0.31 55.38 0.91 0.36
Hex B1 A4 8 0 7 5F 1F 37 5B 24
Octal 261 244 10 0 7 137 37 67 133 44
Binary 10110001 10100100 1000 0 111 1011111 11111 110111 1011011 100100

Color Harmonies of #B1A408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A408

Black with #B1A408

Text Example


Text Example

White with #B1A408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A408; }

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

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

background-color css

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

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

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

border-color css

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

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

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