Html Css Color HEX #B18F19 Lucky

📋 copy color: '#B18F19'

red 177 ◦ green 143 ◦ blue 25

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

Shades of Lucky #B18F19

Tints of Lucky #B18F19

RGB

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

 GREEN value IS 143 (56.25% from 255) = 41.45%

 BLUE value IS 25 (10.16% from 255) = 7.25%

R = 51.3%
G = 41.45%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B18F19 (or 0xB18F19) is known color: Lucky. HEX triplet: B1, 8F and 19. RGB value is (177,143,25). Sum of RGB (Red+Green+Blue) = 177+143+25=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18F19 is #4E70E6. Grayscale: #8C8C8C. Windows color (decimal): -5140711 or 1675185. OLE color: 1675185.

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

Color convert

RGB 177 143 25 -
CMYK 0 0.19 0.86 0.31
HSL 46.58º 0.75% 0.4% -
HSV(B) 46.58º 0.86% 0.69% -
XYZ 28.13 29.06 5.05 -
YUV 139.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 177 143 25 0 0.19 0.86 0.31 46.58 0.75 0.4
Hex B1 8F 19 0 13 56 1F 2F 4B 28
Octal 261 217 31 0 23 126 37 57 113 50
Binary 10110001 10001111 11001 0 10011 1010110 11111 101111 1001011 101000

Color Harmonies of #B18F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F19

Black with #B18F19

Text Example


Text Example

White with #B18F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F19; }

 p { color: rgb(177,143,25); }

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

background-color css

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

 a { background-color: rgb(177,143,25); }

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

border-color css

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

 span { border-color: rgb(177,143,25); }

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