#BE8755

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

Shades of Twine #BE8755

Tints of Twine #BE8755

Color information

#BE8755 (or 0xBE8755) is unknown color: approx Twine. HEX triplet: BE, 87 and 55. RGB value is (190,135,85). Sum of RGB (Red+Green+Blue) = 190+135+85=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8755 is #4178AA. Grayscale: #919191. Windows color (decimal): -4290731 or 5605310. OLE color: 5605310.

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

Color convert

RGB19013585-
CMYK00.290.550.25
HSL28.57º44.68%53.92%-
HSV(B)28.57º55.26%74.51%-
XYZ31.5428.9312.52-
YUV145.7493.72159.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 135 (53.12% from 255) = 32.93%
BLUE value IS 85 (33.59% from 255) = 20.73%
R=46.34%
G=32.93%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901358500.290.550.2528.5744.6853.92
HexBE875501D37191d2d36
Octal2762071250356731355566
Binary101111101000011110101010111011101111100111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8755; }

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

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

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

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

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

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

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

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