Html Css Color HEX #B1A60D Lucky

📋 copy color: '#B1A60D'

red 177 ◦ green 166 ◦ blue 13

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

Shades of Lucky #B1A60D

Tints of Lucky #B1A60D

RGB

 RED value IS 177 (69.53% from 255) = 49.72%

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

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

R = 49.72%
G = 46.63%
B = 3.65%

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

#B1A60D (or 0xB1A60D) is known color: Lucky. HEX triplet: B1, A6 and 0D. RGB value is (177,166,13). Sum of RGB (Red+Green+Blue) = 177+166+13=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A60D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A60D is #4E59F2. Grayscale: #989898. Windows color (decimal): -5134835 or 894641. OLE color: 894641.

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

Color convert

RGB 177 166 13 -
CMYK 0 0.06 0.93 0.31
HSL 55.98º 0.86% 0.37% -
HSV(B) 55.98º 0.93% 0.69% -
XYZ 31.84 36.65 5.78 -
YUV 151.85 49.64 145.94 -
System Red Green Blue C M Y K H S L
Decimal 177 166 13 0 0.06 0.93 0.31 55.98 0.86 0.37
Hex B1 A6 D 0 6 5D 1F 38 56 25
Octal 261 246 15 0 6 135 37 70 126 45
Binary 10110001 10100110 1101 0 110 1011101 11111 111000 1010110 100101

Color Harmonies of #B1A60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A60D

Black with #B1A60D

Text Example


Text Example

White with #B1A60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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