#BE875B

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

Shades of Twine #BE875B

Tints of Twine #BE875B

Color information

#BE875B (or 0xBE875B) is unknown color: approx Twine. HEX triplet: BE, 87 and 5B. RGB value is (190,135,91). Sum of RGB (Red+Green+Blue) = 190+135+91=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 135 (53.12% from 255 or 32.45% from 416); Blue value is 91 (35.94% from 255 or 21.88% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE875B is #4178A4. Grayscale: #929292. Windows color (decimal): -4290725 or 5998526. OLE color: 5998526.

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

Color convert

RGB19013591-
CMYK00.290.520.25
HSL26.67º43.23%55.1%-
HSV(B)26.67º52.11%74.51%-
XYZ31.7929.0313.83-
YUV146.4396.72159.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 135 (53.12% from 255) = 32.45%
BLUE value IS 91 (35.94% from 255) = 21.88%
R=45.67%
G=32.45%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901359100.290.520.2526.6743.2355.1
HexBE875B01D34191b2b37
Octal2762071330356431335367
Binary101111101000011110110110111011101001100111011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE875B; }

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

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

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

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

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

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

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

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