Html Css Color HEX #B19512 Lucky

📋 copy color: '#B19512'

red 177 ◦ green 149 ◦ blue 18

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

Shades of Lucky #B19512

Tints of Lucky #B19512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.31%

 BLUE value IS 18 (7.42% from 255) = 5.23%

R = 51.45%
G = 43.31%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B19512 (or 0xB19512) is known color: Lucky. HEX triplet: B1, 95 and 12. RGB value is (177,149,18). Sum of RGB (Red+Green+Blue) = 177+149+18=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 18 (7.42% from 255 or 5.23% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B19512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B19512 is #4E6AED. Grayscale: #8E8E8E. Windows color (decimal): -5139182 or 1217969. OLE color: 1217969.

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

Color convert

RGB 177 149 18 -
CMYK 0 0.16 0.90 0.31
HSL 49.43º 0.82% 0.38% -
HSV(B) 49.43º 0.9% 0.69% -
XYZ 28.99 30.89 5.01 -
YUV 142.44 57.78 152.65 -
System Red Green Blue C M Y K H S L
Decimal 177 149 18 0 0.16 0.90 0.31 49.43 0.82 0.38
Hex B1 95 12 0 10 5A 1F 31 52 26
Octal 261 225 22 0 20 132 37 61 122 46
Binary 10110001 10010101 10010 0 10000 1011010 11111 110001 1010010 100110

Color Harmonies of #B19512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19512

Black with #B19512

Text Example


Text Example

White with #B19512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19512; }

 p { color: rgb(177,149,18); }

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

background-color css

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

 a { background-color: rgb(177,149,18); }

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

border-color css

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

 span { border-color: rgb(177,149,18); }

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