Html Css Color HEX #B0A312 Lucky

📋 copy color: '#B0A312'

red 176 ◦ green 163 ◦ blue 18

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

Shades of Lucky #B0A312

Tints of Lucky #B0A312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.04%

R = 49.3%
G = 45.66%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B0A312 (or 0xB0A312) is known color: Lucky. HEX triplet: B0, A3 and 12. RGB value is (176,163,18). Sum of RGB (Red+Green+Blue) = 176+163+18=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 163 (64.06% from 255 or 45.66% from 357); Blue value is 18 (7.42% from 255 or 5.04% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A312 is #4F5CED. Grayscale: #969696. Windows color (decimal): -5201134 or 1221552. OLE color: 1221552.

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

Color convert

RGB 176 163 18 -
CMYK 0 0.07 0.90 0.31
HSL 55.06º 0.81% 0.38% -
HSV(B) 55.06º 0.9% 0.69% -
XYZ 31.11 35.47 5.78 -
YUV 150.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 176 163 18 0 0.07 0.90 0.31 55.06 0.81 0.38
Hex B0 A3 12 0 7 5A 1F 37 51 26
Octal 260 243 22 0 7 132 37 67 121 46
Binary 10110000 10100011 10010 0 111 1011010 11111 110111 1010001 100110

Color Harmonies of #B0A312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A312

Black with #B0A312

Text Example


Text Example

White with #B0A312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A312; }

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

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

background-color css

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

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

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

border-color css

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

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

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