Html Css Color HEX #887164 Beaver

📋 copy color: '#887164'

red 136 ◦ green 113 ◦ blue 100

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

Shades of Beaver #887164

Tints of Beaver #887164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.65%

R = 38.97%
G = 32.38%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#887164 (or 0x887164) is known color: Beaver. HEX triplet: 88, 71 and 64. RGB value is (136,113,100). Sum of RGB (Red+Green+Blue) = 136+113+100=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #887164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887164 is #778E9B. Grayscale: #767676. Windows color (decimal): -7835292 or 6582664. OLE color: 6582664.

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

Color convert

RGB 136 113 100 -
CMYK 0 0.17 0.26 0.47
HSL 21.67º 0.15% 0.46% -
HSV(B) 21.67º 0.26% 0.53% -
XYZ 18.36 17.96 14.56 -
YUV 118.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 136 113 100 0 0.17 0.26 0.47 21.67 0.15 0.46
Hex 88 71 64 0 11 1A 2F 16 F 2E
Octal 210 161 144 0 21 32 57 26 17 56
Binary 10001000 1110001 1100100 0 10001 11010 101111 10110 1111 101110

Color Harmonies of #887164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887164

Black with #887164

Text Example


Text Example

White with #887164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887164; }

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

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

background-color css

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

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

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

border-color css

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

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

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