Html Css Color HEX #B0A60D Lucky

📋 copy color: '#B0A60D'

red 176 ◦ green 166 ◦ blue 13

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

Shades of Lucky #B0A60D

Tints of Lucky #B0A60D

RGB

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

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

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

R = 49.58%
G = 46.76%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0A60D (or 0xB0A60D) is known color: Lucky. HEX triplet: B0, A6 and 0D. RGB value is (176,166,13). Sum of RGB (Red+Green+Blue) = 176+166+13=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0A60D is #4F59F2. Grayscale: #989898. Windows color (decimal): -5200371 or 894640. OLE color: 894640.

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

Color convert

RGB 176 166 13 -
CMYK 0 0.06 0.93 0.31
HSL 56.32º 0.86% 0.37% -
HSV(B) 56.32º 0.93% 0.69% -
XYZ 31.61 36.53 5.77 -
YUV 151.55 49.81 145.44 -
System Red Green Blue C M Y K H S L
Decimal 176 166 13 0 0.06 0.93 0.31 56.32 0.86 0.37
Hex B0 A6 D 0 6 5D 1F 38 56 25
Octal 260 246 15 0 6 135 37 70 126 45
Binary 10110000 10100110 1101 0 110 1011101 11111 111000 1010110 100101

Color Harmonies of #B0A60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A60D

Black with #B0A60D

Text Example


Text Example

White with #B0A60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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