#BE9758

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

Shades of Twine #BE9758

Tints of Twine #BE9758

Color information

#BE9758 (or 0xBE9758) is unknown color: approx Twine. HEX triplet: BE, 97 and 58. RGB value is (190,151,88). Sum of RGB (Red+Green+Blue) = 190+151+88=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 88 (34.77% from 255 or 20.51% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9758 is #4168A7. Grayscale: #9B9B9B. Windows color (decimal): -4286632 or 5806014. OLE color: 5806014.

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

Color convert

RGB19015188-
CMYK00.210.540.25
HSL37.06º43.97%54.51%-
HSV(B)37.06º53.68%74.51%-
XYZ34.0633.7813.96-
YUV155.4889.92152.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 88 (34.77% from 255) = 20.51%
R=44.29%
G=35.20%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901518800.210.540.2537.0643.9754.51
HexBE97580153619252c37
Octal2762271300256631455467
Binary1011111010010111101100001010111011011001100101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9758; }

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

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

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

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

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

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

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

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