Html Css Color HEX #B0A613 Lucky

📋 copy color: '#B0A613'

red 176 ◦ green 166 ◦ blue 19

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

Shades of Lucky #B0A613

Tints of Lucky #B0A613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.98%

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

R = 48.75%
G = 45.98%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B0A613 (or 0xB0A613) is known color: Lucky. HEX triplet: B0, A6 and 13. RGB value is (176,166,19). Sum of RGB (Red+Green+Blue) = 176+166+19=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 166 (65.23% from 255 or 45.98% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A613 is #4F59EC. Grayscale: #989898. Windows color (decimal): -5200365 or 1287856. OLE color: 1287856.

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

Color convert

RGB 176 166 19 -
CMYK 0 0.06 0.89 0.31
HSL 56.18º 0.81% 0.38% -
HSV(B) 56.18º 0.89% 0.69% -
XYZ 31.66 36.55 6 -
YUV 152.23 52.81 144.95 -
System Red Green Blue C M Y K H S L
Decimal 176 166 19 0 0.06 0.89 0.31 56.18 0.81 0.38
Hex B0 A6 13 0 6 59 1F 38 51 26
Octal 260 246 23 0 6 131 37 70 121 46
Binary 10110000 10100110 10011 0 110 1011001 11111 111000 1010001 100110

Color Harmonies of #B0A613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A613

Black with #B0A613

Text Example


Text Example

White with #B0A613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A613; }

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

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

background-color css

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

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

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

border-color css

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

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

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