#BE8B63

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

Shades of Twine #BE8B63

Tints of Twine #BE8B63

Color information

#BE8B63 (or 0xBE8B63) is unknown color: approx Twine. HEX triplet: BE, 8B and 63. RGB value is (190,139,99). Sum of RGB (Red+Green+Blue) = 190+139+99=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B63 is #41749C. Grayscale: #959595. Windows color (decimal): -4289693 or 6523838. OLE color: 6523838.

HSL color Cylindrical-coordinate representation of color #BE8B63: hue angle of 26.37º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE8B63 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19013999-
CMYK00.270.480.25
HSL26.37º41.18%56.67%-
HSV(B)26.37º47.89%74.51%-
XYZ32.7230.3115.93-
YUV149.6999.4156.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 139 (54.69% from 255) = 32.48%
BLUE value IS 99 (39.06% from 255) = 23.13%
R=44.39%
G=32.48%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901399900.270.480.2526.3741.1856.67
HexBE8B6301B30191a2939
Octal2762131430336031325171
Binary101111101000101111000110110111100001100111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B63; }

 p { color: rgb(190,139,99); }

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

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

 a { background-color: rgb(190,139,99); }

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

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

 span { border-color: rgb(190,139,99); }

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