Html Css Color HEX #B19210 Lucky

📋 copy color: '#B19210'

red 177 ◦ green 146 ◦ blue 16

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

Shades of Lucky #B19210

Tints of Lucky #B19210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.72%

R = 52.21%
G = 43.07%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B19210 (or 0xB19210) is known color: Lucky. HEX triplet: B1, 92 and 10. RGB value is (177,146,16). Sum of RGB (Red+Green+Blue) = 177+146+16=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B19210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19210 is #4E6DEF. Grayscale: #8D8D8D. Windows color (decimal): -5139952 or 1086129. OLE color: 1086129.

HSL color Cylindrical-coordinate representation of color #B19210: hue angle of 48.45º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B19210 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 146 16 -
CMYK 0 0.18 0.91 0.31
HSL 48.45º 0.83% 0.38% -
HSV(B) 48.45º 0.91% 0.69% -
XYZ 28.5 29.94 4.77 -
YUV 140.45 57.77 154.07 -
System Red Green Blue C M Y K H S L
Decimal 177 146 16 0 0.18 0.91 0.31 48.45 0.83 0.38
Hex B1 92 10 0 12 5B 1F 30 53 26
Octal 261 222 20 0 22 133 37 60 123 46
Binary 10110001 10010010 10000 0 10010 1011011 11111 110000 1010011 100110

Color Harmonies of #B19210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19210

Black with #B19210

Text Example


Text Example

White with #B19210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19210; }

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

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

background-color css

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

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

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

border-color css

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

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

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