Html Css Color HEX #B19214 Lucky

📋 copy color: '#B19214'

red 177 ◦ green 146 ◦ blue 20

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

Shades of Lucky #B19214

Tints of Lucky #B19214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.57%

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

R = 51.6%
G = 42.57%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B19214 (or 0xB19214) is known color: Lucky. HEX triplet: B1, 92 and 14. RGB value is (177,146,20). Sum of RGB (Red+Green+Blue) = 177+146+20=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 146 (57.42% from 255 or 42.57% from 343); Blue value is 20 (8.20% from 255 or 5.83% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B19214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19214 is #4E6DEB. Grayscale: #8D8D8D. Windows color (decimal): -5139948 or 1348273. OLE color: 1348273.

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

Color convert

RGB 177 146 20 -
CMYK 0 0.18 0.89 0.31
HSL 48.15º 0.8% 0.39% -
HSV(B) 48.15º 0.89% 0.69% -
XYZ 28.54 29.96 4.94 -
YUV 140.91 59.77 153.75 -
System Red Green Blue C M Y K H S L
Decimal 177 146 20 0 0.18 0.89 0.31 48.15 0.8 0.39
Hex B1 92 14 0 12 59 1F 30 50 27
Octal 261 222 24 0 22 131 37 60 120 47
Binary 10110001 10010010 10100 0 10010 1011001 11111 110000 1010000 100111

Color Harmonies of #B19214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19214

Black with #B19214

Text Example


Text Example

White with #B19214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19214; }

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

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

background-color css

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

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

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

border-color css

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

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

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