Html Css Color HEX #B0A01F Lucky

📋 copy color: '#B0A01F'

red 176 ◦ green 160 ◦ blue 31

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

Shades of Lucky #B0A01F

Tints of Lucky #B0A01F

RGB

 RED value IS 176 (69.14% from 255) = 47.96%

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

 BLUE value IS 31 (12.5% from 255) = 8.45%

R = 47.96%
G = 43.6%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0A01F (or 0xB0A01F) is known color: Lucky. HEX triplet: B0, A0 and 1F. RGB value is (176,160,31). Sum of RGB (Red+Green+Blue) = 176+160+31=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 31 (12.5% from 255 or 8.45% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A01F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0A01F is #4F5FE0. Grayscale: #969696. Windows color (decimal): -5201889 or 2072752. OLE color: 2072752.

HSL color Cylindrical-coordinate representation of color #B0A01F: hue angle of 53.38º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0A01F is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 160 31 -
CMYK 0 0.09 0.82 0.31
HSL 53.38º 0.7% 0.41% -
HSV(B) 53.38º 0.82% 0.69% -
XYZ 30.72 34.47 6.33 -
YUV 150.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 176 160 31 0 0.09 0.82 0.31 53.38 0.7 0.41
Hex B0 A0 1F 0 9 52 1F 35 46 29
Octal 260 240 37 0 11 122 37 65 106 51
Binary 10110000 10100000 11111 0 1001 1010010 11111 110101 1000110 101001

Color Harmonies of #B0A01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A01F

Black with #B0A01F

Text Example


Text Example

White with #B0A01F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A01F; }

 p { color: rgb(176,160,31); }

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

background-color css

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

 a { background-color: rgb(176,160,31); }

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

border-color css

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

 span { border-color: rgb(176,160,31); }

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