#BE915D

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

Shades of Twine #BE915D

Tints of Twine #BE915D

Color information

#BE915D (or 0xBE915D) is unknown color: approx Twine. HEX triplet: BE, 91 and 5D. RGB value is (190,145,93). Sum of RGB (Red+Green+Blue) = 190+145+93=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE915D is #416EA2. Grayscale: #989898. Windows color (decimal): -4288163 or 6132158. OLE color: 6132158.

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

Color convert

RGB19014593-
CMYK00.240.510.25
HSL32.16º42.73%55.49%-
HSV(B)32.16º51.05%74.51%-
XYZ33.3431.9914.77-
YUV152.5394.41154.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 145 (57.03% from 255) = 33.88%
BLUE value IS 93 (36.72% from 255) = 21.73%
R=44.39%
G=33.88%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901459300.240.510.2532.1642.7355.49
HexBE915D0183319202b37
Octal2762211350306331405367
Binary1011111010010001101110101100011001111001100000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE915D; }

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

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

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

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

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

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

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

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