Html Css Color HEX #B19014 Lucky

📋 copy color: '#B19014'

red 177 ◦ green 144 ◦ blue 20

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

Shades of Lucky #B19014

Tints of Lucky #B19014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

 BLUE value IS 20 (8.2% from 255) = 5.87%

R = 51.91%
G = 42.23%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B19014 (or 0xB19014) is known color: Lucky. HEX triplet: B1, 90 and 14. RGB value is (177,144,20). Sum of RGB (Red+Green+Blue) = 177+144+20=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B19014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19014 is #4E6FEB. Grayscale: #8C8C8C. Windows color (decimal): -5140460 or 1347761. OLE color: 1347761.

HSL color Cylindrical-coordinate representation of color #B19014: hue angle of 47.39º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B19014 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 144 20 -
CMYK 0 0.19 0.89 0.31
HSL 47.39º 0.8% 0.39% -
HSV(B) 47.39º 0.89% 0.69% -
XYZ 28.23 29.34 4.84 -
YUV 139.73 60.43 154.58 -
System Red Green Blue C M Y K H S L
Decimal 177 144 20 0 0.19 0.89 0.31 47.39 0.8 0.39
Hex B1 90 14 0 13 59 1F 2F 50 27
Octal 261 220 24 0 23 131 37 57 120 47
Binary 10110001 10010000 10100 0 10011 1011001 11111 101111 1010000 100111

Color Harmonies of #B19014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19014

Black with #B19014

Text Example


Text Example

White with #B19014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19014; }

 p { color: rgb(177,144,20); }

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

background-color css

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

 a { background-color: rgb(177,144,20); }

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

border-color css

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

 span { border-color: rgb(177,144,20); }

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