Html Css Color HEX #887269 Beaver

📋 copy color: '#887269'

red 136 ◦ green 114 ◦ blue 105

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

Shades of Beaver #887269

Tints of Beaver #887269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

 BLUE value IS 105 (41.41% from 255) = 29.58%

R = 38.31%
G = 32.11%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#887269 (or 0x887269) is known color: Beaver. HEX triplet: 88, 72 and 69. RGB value is (136,114,105). Sum of RGB (Red+Green+Blue) = 136+114+105=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #887269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887269 is #778D96. Grayscale: #777777. Windows color (decimal): -7835031 or 6910600. OLE color: 6910600.

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

Color convert

RGB 136 114 105 -
CMYK 0 0.16 0.23 0.47
HSL 17.42º 0.13% 0.47% -
HSV(B) 17.42º 0.23% 0.53% -
XYZ 18.72 18.29 15.91 -
YUV 119.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 136 114 105 0 0.16 0.23 0.47 17.42 0.13 0.47
Hex 88 72 69 0 10 17 2F 11 D 2F
Octal 210 162 151 0 20 27 57 21 15 57
Binary 10001000 1110010 1101001 0 10000 10111 101111 10001 1101 101111

Color Harmonies of #887269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887269

Black with #887269

Text Example


Text Example

White with #887269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887269; }

 p { color: rgb(136,114,105); }

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

background-color css

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

 a { background-color: rgb(136,114,105); }

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

border-color css

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

 span { border-color: rgb(136,114,105); }

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