#BE885D

Color #BE885D Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #BE885D

Tints of Twine #BE885D

Color information

#BE885D (or 0xBE885D) is unknown color: approx Twine. HEX triplet: BE, 88 and 5D. RGB value is (190,136,93). Sum of RGB (Red+Green+Blue) = 190+136+93=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE885D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE885D is #4177A2. Grayscale: #939393. Windows color (decimal): -4290467 or 6129854. OLE color: 6129854.

HSL color Cylindrical-coordinate representation of color #BE885D: hue angle of 26.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE885D is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19013693-
CMYK00.280.510.25
HSL26.6º42.73%55.49%-
HSV(B)26.6º51.05%74.51%-
XYZ32.0229.3514.33-
YUV147.2497.39158.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 136 (53.52% from 255) = 32.46%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=45.35%
G=32.46%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901369300.280.510.2526.642.7355.49
HexBE885D01C33191b2b37
Octal2762101350346331335367
Binary101111101000100010111010111001100111100111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE885D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE885D; }

 p { color: rgb(190,136,93); }

 H1.HeaderClassName
 {
   color: #BE885D;
 }
 .AnyTagClassName
 {
   color: #BE885D;
 }
</style>
background-color css

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

 a { background-color: rgb(190,136,93); }

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

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

 span { border-color: rgb(190,136,93); }

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