Html Css Color HEX #887166 Beaver

📋 copy color: '#887166'

red 136 ◦ green 113 ◦ blue 102

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

Shades of Beaver #887166

Tints of Beaver #887166

RGB

 RED value IS 136 (53.52% from 255) = 38.75%

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

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 38.75%
G = 32.19%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#887166 (or 0x887166) is known color: Beaver. HEX triplet: 88, 71 and 66. RGB value is (136,113,102). Sum of RGB (Red+Green+Blue) = 136+113+102=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 113 (44.53% from 255 or 32.19% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #887166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887166 is #778E99. Grayscale: #767676. Windows color (decimal): -7835290 or 6713736. OLE color: 6713736.

HSL color Cylindrical-coordinate representation of color #887166: hue angle of 19.41º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #887166 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 113 102 -
CMYK 0 0.17 0.25 0.47
HSL 19.41º 0.14% 0.47% -
HSV(B) 19.41º 0.25% 0.53% -
XYZ 18.46 18 15.07 -
YUV 118.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 136 113 102 0 0.17 0.25 0.47 19.41 0.14 0.47
Hex 88 71 66 0 11 19 2F 13 E 2F
Octal 210 161 146 0 21 31 57 23 16 57
Binary 10001000 1110001 1100110 0 10001 11001 101111 10011 1110 101111

Color Harmonies of #887166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887166

Black with #887166

Text Example


Text Example

White with #887166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887166; }

 p { color: rgb(136,113,102); }

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

background-color css

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

 a { background-color: rgb(136,113,102); }

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

border-color css

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

 span { border-color: rgb(136,113,102); }

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