#BE8C5F

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

Shades of Twine #BE8C5F

Tints of Twine #BE8C5F

Color information

#BE8C5F (or 0xBE8C5F) is unknown color: approx Twine. HEX triplet: BE, 8C and 5F. RGB value is (190,140,95). Sum of RGB (Red+Green+Blue) = 190+140+95=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 95 (37.5% from 255 or 22.35% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8C5F is #4173A0. Grayscale: #969696. Windows color (decimal): -4289441 or 6261950. OLE color: 6261950.

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

Color convert

RGB19014095-
CMYK00.260.50.25
HSL28.42º42.22%55.88%-
HSV(B)28.42º50%74.51%-
XYZ32.6830.5315-
YUV149.8297.06156.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 95 (37.5% from 255) = 22.35%
R=44.71%
G=32.94%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901409500.260.50.2528.4242.2255.88
HexBE8C5F01A32191c2a38
Octal2762141370326231345270
Binary101111101000110010111110110101100101100111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8C5F; }

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

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

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

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

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

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

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

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