#BE875D

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

Shades of Twine #BE875D

Tints of Twine #BE875D

Color information

#BE875D (or 0xBE875D) is unknown color: approx Twine. HEX triplet: BE, 87 and 5D. RGB value is (190,135,93). Sum of RGB (Red+Green+Blue) = 190+135+93=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE875D is #4178A2. Grayscale: #929292. Windows color (decimal): -4290723 or 6129598. OLE color: 6129598.

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

Color convert

RGB19013593-
CMYK00.290.510.25
HSL25.98º42.73%55.49%-
HSV(B)25.98º51.05%74.51%-
XYZ31.8729.0714.29-
YUV146.6697.72158.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.45%
GREEN value IS 135 (53.12% from 255) = 32.30%
BLUE value IS 93 (36.72% from 255) = 22.25%
R=45.45%
G=32.30%
B=22.25%

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
Decimal1901359300.290.510.2525.9842.7355.49
HexBE875D01D33191a2b37
Octal2762071350356331325367
Binary101111101000011110111010111011100111100111010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE875D; }

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

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

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

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

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

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

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

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