#BE8852

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

Shades of Twine #BE8852

Tints of Twine #BE8852

Color information

#BE8852 (or 0xBE8852) is unknown color: approx Twine. HEX triplet: BE, 88 and 52. RGB value is (190,136,82). Sum of RGB (Red+Green+Blue) = 190+136+82=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 136 (53.52% from 255 or 33.33% from 408); Blue value is 82 (32.42% from 255 or 20.10% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8852 is #4177AD. Grayscale: #929292. Windows color (decimal): -4290478 or 5408958. OLE color: 5408958.

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

Color convert

RGB19013682-
CMYK00.280.570.25
HSL30º45.38%53.33%-
HSV(B)30º56.84%74.51%-
XYZ31.5629.1611.95-
YUV145.9991.89159.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 136 (53.52% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 20.10%
R=46.57%
G=33.33%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901368200.280.570.253045.3853.33
HexBE885201C39191e2d35
Octal2762101220347131365565
Binary101111101000100010100100111001110011100111110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8852; }

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

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

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

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

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

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

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

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