#BE8953

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

Shades of Twine #BE8953

Tints of Twine #BE8953

Color information

#BE8953 (or 0xBE8953) is unknown color: approx Twine. HEX triplet: BE, 89 and 53. RGB value is (190,137,83). Sum of RGB (Red+Green+Blue) = 190+137+83=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 83 (32.81% from 255 or 20.24% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8953 is #4176AC. Grayscale: #929292. Windows color (decimal): -4290221 or 5474750. OLE color: 5474750.

HSL color Cylindrical-coordinate representation of color #BE8953: hue angle of 30.28º 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 #BE8953 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19013783-
CMYK00.280.560.25
HSL30.28º45.15%53.53%-
HSV(B)30.28º56.32%74.51%-
XYZ31.7429.4612.2-
YUV146.6992.06158.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 83 (32.81% from 255) = 20.24%
R=46.34%
G=33.41%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901378300.280.560.2530.2845.1553.53
HexBE895301C38191e2d36
Octal2762111230347031365566
Binary101111101000100110100110111001110001100111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8953; }

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

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

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

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

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

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

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

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