Html Css Color HEX #B0A30F Lucky

📋 copy color: '#B0A30F'

red 176 ◦ green 163 ◦ blue 15

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

Shades of Lucky #B0A30F

Tints of Lucky #B0A30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 49.72%
G = 46.05%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0A30F (or 0xB0A30F) is known color: Lucky. HEX triplet: B0, A3 and 0F. RGB value is (176,163,15). Sum of RGB (Red+Green+Blue) = 176+163+15=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A30F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A30F is #4F5CF0. Grayscale: #969696. Windows color (decimal): -5201137 or 1024944. OLE color: 1024944.

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

Color convert

RGB 176 163 15 -
CMYK 0 0.07 0.91 0.31
HSL 55.16º 0.84% 0.37% -
HSV(B) 55.16º 0.91% 0.69% -
XYZ 31.09 35.46 5.66 -
YUV 150.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 176 163 15 0 0.07 0.91 0.31 55.16 0.84 0.37
Hex B0 A3 F 0 7 5B 1F 37 54 25
Octal 260 243 17 0 7 133 37 67 124 45
Binary 10110000 10100011 1111 0 111 1011011 11111 110111 1010100 100101

Color Harmonies of #B0A30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A30F

Black with #B0A30F

Text Example


Text Example

White with #B0A30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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