Html Css Color HEX #B0A314 Lucky

📋 copy color: '#B0A314'

red 176 ◦ green 163 ◦ blue 20

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

Shades of Lucky #B0A314

Tints of Lucky #B0A314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.4%

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 49.03%
G = 45.4%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B0A314 (or 0xB0A314) is known color: Lucky. HEX triplet: B0, A3 and 14. RGB value is (176,163,20). Sum of RGB (Red+Green+Blue) = 176+163+20=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A314 is #4F5CEB. Grayscale: #979797. Windows color (decimal): -5201132 or 1352624. OLE color: 1352624.

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

Color convert

RGB 176 163 20 -
CMYK 0 0.07 0.89 0.31
HSL 55º 0.8% 0.38% -
HSV(B) 55º 0.89% 0.69% -
XYZ 31.13 35.48 5.87 -
YUV 150.59 54.31 146.13 -
System Red Green Blue C M Y K H S L
Decimal 176 163 20 0 0.07 0.89 0.31 55 0.8 0.38
Hex B0 A3 14 0 7 59 1F 37 50 26
Octal 260 243 24 0 7 131 37 67 120 46
Binary 10110000 10100011 10100 0 111 1011001 11111 110111 1010000 100110

Color Harmonies of #B0A314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A314

Black with #B0A314

Text Example


Text Example

White with #B0A314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A314; }

 p { color: rgb(176,163,20); }

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

background-color css

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

 a { background-color: rgb(176,163,20); }

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

border-color css

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

 span { border-color: rgb(176,163,20); }

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