#BE945D

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

Shades of Twine #BE945D

Tints of Twine #BE945D

Color information

#BE945D (or 0xBE945D) is unknown color: approx Twine. HEX triplet: BE, 94 and 5D. RGB value is (190,148,93). Sum of RGB (Red+Green+Blue) = 190+148+93=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE945D is #416BA2. Grayscale: #9A9A9A. Windows color (decimal): -4287395 or 6132926. OLE color: 6132926.

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

Color convert

RGB19014893-
CMYK00.220.510.25
HSL34.02º42.73%55.49%-
HSV(B)34.02º51.05%74.51%-
XYZ33.832.9214.93-
YUV154.2993.41153.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=44.08%
G=34.34%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901489300.220.510.2534.0242.7355.49
HexBE945D0163319222b37
Octal2762241350266331425367
Binary1011111010010100101110101011011001111001100010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE945D; }

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

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

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

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

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

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

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

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