#BE885A

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

Shades of Twine #BE885A

Tints of Twine #BE885A

Color information

#BE885A (or 0xBE885A) is unknown color: approx Twine. HEX triplet: BE, 88 and 5A. RGB value is (190,136,90). Sum of RGB (Red+Green+Blue) = 190+136+90=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 136 (53.52% from 255 or 32.69% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE885A is #4177A5. Grayscale: #939393. Windows color (decimal): -4290470 or 5933246. OLE color: 5933246.

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

Color convert

RGB19013690-
CMYK00.280.530.25
HSL27.6º43.48%54.9%-
HSV(B)27.6º52.63%74.51%-
XYZ31.8829.2913.65-
YUV146.995.89158.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 136 (53.52% from 255) = 32.69%
BLUE value IS 90 (35.55% from 255) = 21.63%
R=45.67%
G=32.69%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901369000.280.530.2527.643.4854.9
HexBE885A01C35191c2b37
Octal2762101320346531345367
Binary101111101000100010110100111001101011100111100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE885A; }

 p { color: rgb(190,136,90); }

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

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

 a { background-color: rgb(190,136,90); }

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

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

 span { border-color: rgb(190,136,90); }

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