#BE8B5F

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

Shades of Twine #BE8B5F

Tints of Twine #BE8B5F

Color information

#BE8B5F (or 0xBE8B5F) is unknown color: approx Twine. HEX triplet: BE, 8B and 5F. RGB value is (190,139,95). Sum of RGB (Red+Green+Blue) = 190+139+95=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8B5F is #4174A0. Grayscale: #959595. Windows color (decimal): -4289697 or 6261694. OLE color: 6261694.

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

Color convert

RGB19013995-
CMYK00.270.50.25
HSL27.79º42.22%55.88%-
HSV(B)27.79º50%74.51%-
XYZ32.5330.2414.95-
YUV149.2397.4157.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=44.81%
G=32.78%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901399500.270.50.2527.7942.2255.88
HexBE8B5F01B32191c2a38
Octal2762131370336231345270
Binary101111101000101110111110110111100101100111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8B5F; }

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

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

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

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

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

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

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

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