#BE9558

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

Shades of Twine #BE9558

Tints of Twine #BE9558

Color information

#BE9558 (or 0xBE9558) is unknown color: approx Twine. HEX triplet: BE, 95 and 58. RGB value is (190,149,88). Sum of RGB (Red+Green+Blue) = 190+149+88=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 88 (34.77% from 255 or 20.61% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9558 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9558 is #416AA7. Grayscale: #9A9A9A. Windows color (decimal): -4287144 or 5805502. OLE color: 5805502.

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

Color convert

RGB19014988-
CMYK00.220.540.25
HSL35.88º43.97%54.51%-
HSV(B)35.88º53.68%74.51%-
XYZ33.7433.1513.85-
YUV154.390.58153.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 149 (58.59% from 255) = 34.89%
BLUE value IS 88 (34.77% from 255) = 20.61%
R=44.50%
G=34.89%
B=20.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901498800.220.540.2535.8843.9754.51
HexBE95580163619242c37
Octal2762251300266631445467
Binary1011111010010101101100001011011011011001100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9558; }

 p { color: rgb(190,149,88); }

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

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

 a { background-color: rgb(190,149,88); }

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

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

 span { border-color: rgb(190,149,88); }

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