#BE895A

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

Shades of Twine #BE895A

Tints of Twine #BE895A

Color information

#BE895A (or 0xBE895A) is unknown color: approx Twine. HEX triplet: BE, 89 and 5A. RGB value is (190,137,90). Sum of RGB (Red+Green+Blue) = 190+137+90=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE895A is #4176A5. Grayscale: #939393. Windows color (decimal): -4290214 or 5933502. OLE color: 5933502.

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

Color convert

RGB19013790-
CMYK00.280.530.25
HSL28.2º43.48%54.9%-
HSV(B)28.2º52.63%74.51%-
XYZ32.0329.5813.69-
YUV147.4995.56158.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 90 (35.55% from 255) = 21.58%
R=45.56%
G=32.85%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901379000.280.530.2528.243.4854.9
HexBE895A01C35191c2b37
Octal2762111320346531345367
Binary101111101000100110110100111001101011100111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE895A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE895A; }

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

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

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

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

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

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

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

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