#BE8754

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

Shades of Twine #BE8754

Tints of Twine #BE8754

Color information

#BE8754 (or 0xBE8754) is unknown color: approx Twine. HEX triplet: BE, 87 and 54. RGB value is (190,135,84). Sum of RGB (Red+Green+Blue) = 190+135+84=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 84 (33.20% from 255 or 20.54% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8754 is #4178AB. Grayscale: #919191. Windows color (decimal): -4290732 or 5539774. OLE color: 5539774.

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

Color convert

RGB19013584-
CMYK00.290.560.25
HSL28.87º44.92%53.73%-
HSV(B)28.87º55.79%74.51%-
XYZ31.528.9212.31-
YUV145.6393.22159.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 84 (33.20% from 255) = 20.54%
R=46.45%
G=33.01%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901358400.290.560.2528.8744.9253.73
HexBE875401D38191d2d36
Octal2762071240357031355566
Binary101111101000011110101000111011110001100111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8754; }

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

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

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

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

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

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

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

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