#BE9658

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

Shades of Twine #BE9658

Tints of Twine #BE9658

Color information

#BE9658 (or 0xBE9658) is unknown color: approx Twine. HEX triplet: BE, 96 and 58. RGB value is (190,150,88). Sum of RGB (Red+Green+Blue) = 190+150+88=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 88 (34.77% from 255 or 20.56% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9658 is #4169A7. Grayscale: #9B9B9B. Windows color (decimal): -4286888 or 5805758. OLE color: 5805758.

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

Color convert

RGB19015088-
CMYK00.210.540.25
HSL36.47º43.97%54.51%-
HSV(B)36.47º53.68%74.51%-
XYZ33.933.4613.9-
YUV154.8990.25153.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 150 (58.98% from 255) = 35.05%
BLUE value IS 88 (34.77% from 255) = 20.56%
R=44.39%
G=35.05%
B=20.56%

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
Decimal1901508800.210.540.2536.4743.9754.51
HexBE96580153619242c37
Octal2762261300256631445467
Binary1011111010010110101100001010111011011001100100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9658; }

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

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

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

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

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

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

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

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