Html Css Color HEX #B19413 Lucky

📋 copy color: '#B19413'

red 177 ◦ green 148 ◦ blue 19

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

Shades of Lucky #B19413

Tints of Lucky #B19413

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

 BLUE value IS 19 (7.81% from 255) = 5.52%

R = 51.45%
G = 43.02%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B19413 (or 0xB19413) is known color: Lucky. HEX triplet: B1, 94 and 13. RGB value is (177,148,19). Sum of RGB (Red+Green+Blue) = 177+148+19=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B19413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19413 is #4E6BEC. Grayscale: #8E8E8E. Windows color (decimal): -5139437 or 1283249. OLE color: 1283249.

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

Color convert

RGB 177 148 19 -
CMYK 0 0.16 0.89 0.31
HSL 48.99º 0.81% 0.38% -
HSV(B) 48.99º 0.89% 0.69% -
XYZ 28.84 30.57 5 -
YUV 141.97 58.61 152.99 -
System Red Green Blue C M Y K H S L
Decimal 177 148 19 0 0.16 0.89 0.31 48.99 0.81 0.38
Hex B1 94 13 0 10 59 1F 31 51 26
Octal 261 224 23 0 20 131 37 61 121 46
Binary 10110001 10010100 10011 0 10000 1011001 11111 110001 1010001 100110

Color Harmonies of #B19413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19413

Black with #B19413

Text Example


Text Example

White with #B19413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19413; }

 p { color: rgb(177,148,19); }

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

background-color css

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

 a { background-color: rgb(177,148,19); }

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

border-color css

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

 span { border-color: rgb(177,148,19); }

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