#BE875E

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

Shades of Twine #BE875E

Tints of Twine #BE875E

Color information

#BE875E (or 0xBE875E) is unknown color: approx Twine. HEX triplet: BE, 87 and 5E. RGB value is (190,135,94). Sum of RGB (Red+Green+Blue) = 190+135+94=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 94 (37.11% from 255 or 22.43% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE875E is #4178A1. Grayscale: #929292. Windows color (decimal): -4290722 or 6195134. OLE color: 6195134.

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

Color convert

RGB19013594-
CMYK00.290.510.25
HSL25.63º42.48%55.69%-
HSV(B)25.63º50.53%74.51%-
XYZ31.9229.0814.52-
YUV146.7798.22158.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 135 (53.12% from 255) = 32.22%
BLUE value IS 94 (37.11% from 255) = 22.43%
R=45.35%
G=32.22%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901359400.290.510.2525.6342.4855.69
HexBE875E01D33191a2a38
Octal2762071360356331325270
Binary101111101000011110111100111011100111100111010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE875E; }

 p { color: rgb(190,135,94); }

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

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

 a { background-color: rgb(190,135,94); }

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

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

 span { border-color: rgb(190,135,94); }

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