#BE8553

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

Shades of Twine #BE8553

Tints of Twine #BE8553

Color information

#BE8553 (or 0xBE8553) is unknown color: approx Twine. HEX triplet: BE, 85 and 53. RGB value is (190,133,83). Sum of RGB (Red+Green+Blue) = 190+133+83=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 83 (32.81% from 255 or 20.44% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8553 is #417AAC. Grayscale: #909090. Windows color (decimal): -4291245 or 5473726. OLE color: 5473726.

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

Color convert

RGB19013383-
CMYK00.30.560.25
HSL28.04º45.15%53.53%-
HSV(B)28.04º56.32%74.51%-
XYZ31.1828.3512.01-
YUV144.3493.38160.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 83 (32.81% from 255) = 20.44%
R=46.80%
G=32.76%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901338300.30.560.2528.0445.1553.53
HexBE855301E38191c2d36
Octal2762051230367031345566
Binary101111101000010110100110111101110001100111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8553; }

 p { color: rgb(190,133,83); }

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

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

 a { background-color: rgb(190,133,83); }

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

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

 span { border-color: rgb(190,133,83); }

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