Html Css Color HEX #B0A413 Lucky

📋 copy color: '#B0A413'

red 176 ◦ green 164 ◦ blue 19

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

Shades of Lucky #B0A413

Tints of Lucky #B0A413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.29%

R = 49.03%
G = 45.68%
B = 5.29%

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

#B0A413 (or 0xB0A413) is known color: Lucky. HEX triplet: B0, A4 and 13. RGB value is (176,164,19). Sum of RGB (Red+Green+Blue) = 176+164+19=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A413 is #4F5BEC. Grayscale: #979797. Windows color (decimal): -5200877 or 1287344. OLE color: 1287344.

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

Color convert

RGB 176 164 19 -
CMYK 0 0.07 0.89 0.31
HSL 55.41º 0.81% 0.38% -
HSV(B) 55.41º 0.89% 0.69% -
XYZ 31.3 35.83 5.88 -
YUV 151.06 53.48 145.79 -
System Red Green Blue C M Y K H S L
Decimal 176 164 19 0 0.07 0.89 0.31 55.41 0.81 0.38
Hex B0 A4 13 0 7 59 1F 37 51 26
Octal 260 244 23 0 7 131 37 67 121 46
Binary 10110000 10100100 10011 0 111 1011001 11111 110111 1010001 100110

Color Harmonies of #B0A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A413

Black with #B0A413

Text Example


Text Example

White with #B0A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A413; }

 p { color: rgb(176,164,19); }

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

background-color css

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

 a { background-color: rgb(176,164,19); }

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

border-color css

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

 span { border-color: rgb(176,164,19); }

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