Html Css Color HEX #8F7160 Beaver

📋 copy color: '#8F7160'

red 143 ◦ green 113 ◦ blue 96

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

Shades of Beaver #8F7160

Tints of Beaver #8F7160

RGB

 RED value IS 143 (56.25% from 255) = 40.63%

 GREEN value IS 113 (44.53% from 255) = 32.1%

 BLUE value IS 96 (37.89% from 255) = 27.27%

R = 40.63%
G = 32.1%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#8F7160 (or 0x8F7160) is known color: Beaver. HEX triplet: 8F, 71 and 60. RGB value is (143,113,96). Sum of RGB (Red+Green+Blue) = 143+113+96=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7160 is #708E9F. Grayscale: #787878. Windows color (decimal): -7376544 or 6320527. OLE color: 6320527.

HSL color Cylindrical-coordinate representation of color #8F7160: hue angle of 21.7º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F7160 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 113 96 -
CMYK 0 0.21 0.33 0.44
HSL 21.7º 0.2% 0.47% -
HSV(B) 21.7º 0.33% 0.56% -
XYZ 19.34 18.49 13.62 -
YUV 120.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 143 113 96 0 0.21 0.33 0.44 21.7 0.2 0.47
Hex 8F 71 60 0 15 21 2C 16 14 2F
Octal 217 161 140 0 25 41 54 26 24 57
Binary 10001111 1110001 1100000 0 10101 100001 101100 10110 10100 101111

Color Harmonies of #8F7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7160

Black with #8F7160

Text Example


Text Example

White with #8F7160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7160; }

 p { color: rgb(143,113,96); }

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

background-color css

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

 a { background-color: rgb(143,113,96); }

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

border-color css

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

 span { border-color: rgb(143,113,96); }

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