Html Css Color HEX #B19F8C Malta

📋 copy color: '#B19F8C'

red 177 ◦ green 159 ◦ blue 140

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

Shades of Malta #B19F8C

Tints of Malta #B19F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.4%

 BLUE value IS 140 (55.08% from 255) = 29.41%

R = 37.18%
G = 33.4%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B19F8C (or 0xB19F8C) is known color: Malta. HEX triplet: B1, 9F and 8C. RGB value is (177,159,140). Sum of RGB (Red+Green+Blue) = 177+159+140=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 177 - color contains mainly: red. Hex color #B19F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19F8C is #4E6073. Grayscale: #A2A2A2. Windows color (decimal): -5136500 or 9215921. OLE color: 9215921.

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

Color convert

RGB 177 159 140 -
CMYK 0 0.10 0.21 0.31
HSL 30.81º 0.19% 0.62% -
HSV(B) 30.81º 0.21% 0.69% -
XYZ 35.26 36.04 29.91 -
YUV 162.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 177 159 140 0 0.10 0.21 0.31 30.81 0.19 0.62
Hex B1 9F 8C 0 A 15 1F 1F 13 3E
Octal 261 237 214 0 12 25 37 37 23 76
Binary 10110001 10011111 10001100 0 1010 10101 11111 11111 10011 111110

Color Harmonies of #B19F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19F8C

Black with #B19F8C

Text Example


Text Example

White with #B19F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19F8C; }

 p { color: rgb(177,159,140); }

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

background-color css

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

 a { background-color: rgb(177,159,140); }

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

border-color css

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

 span { border-color: rgb(177,159,140); }

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