Html Css Color HEX #B0A10D Lucky

📋 copy color: '#B0A10D'

red 176 ◦ green 161 ◦ blue 13

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

Shades of Lucky #B0A10D

Tints of Lucky #B0A10D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46%

 BLUE value IS 13 (5.47% from 255) = 3.71%

R = 50.29%
G = 46%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0A10D (or 0xB0A10D) is known color: Lucky. HEX triplet: B0, A1 and 0D. RGB value is (176,161,13). Sum of RGB (Red+Green+Blue) = 176+161+13=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 13 (5.47% from 255 or 3.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A10D is #4F5EF2. Grayscale: #959595. Windows color (decimal): -5201651 or 893360. OLE color: 893360.

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

Color convert

RGB 176 161 13 -
CMYK 0 0.09 0.93 0.31
HSL 54.48º 0.86% 0.37% -
HSV(B) 54.48º 0.93% 0.69% -
XYZ 30.72 34.75 5.47 -
YUV 148.61 51.47 147.53 -
System Red Green Blue C M Y K H S L
Decimal 176 161 13 0 0.09 0.93 0.31 54.48 0.86 0.37
Hex B0 A1 D 0 9 5D 1F 36 56 25
Octal 260 241 15 0 11 135 37 66 126 45
Binary 10110000 10100001 1101 0 1001 1011101 11111 110110 1010110 100101

Color Harmonies of #B0A10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A10D

Black with #B0A10D

Text Example


Text Example

White with #B0A10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A10D; }

 p { color: rgb(176,161,13); }

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

background-color css

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

 a { background-color: rgb(176,161,13); }

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

border-color css

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

 span { border-color: rgb(176,161,13); }

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