#BE9155

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

Shades of Twine #BE9155

Tints of Twine #BE9155

Color information

#BE9155 (or 0xBE9155) is unknown color: approx Twine. HEX triplet: BE, 91 and 55. RGB value is (190,145,85). Sum of RGB (Red+Green+Blue) = 190+145+85=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9155 is #416EAA. Grayscale: #979797. Windows color (decimal): -4288171 or 5607870. OLE color: 5607870.

HSL color Cylindrical-coordinate representation of color #BE9155: hue angle of 34.29º 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 #BE9155 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19014585-
CMYK00.240.550.25
HSL34.29º44.68%53.92%-
HSV(B)34.29º55.26%74.51%-
XYZ3331.8513-
YUV151.6190.41155.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 85 (33.59% from 255) = 20.24%
R=45.24%
G=34.52%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901458500.240.550.2534.2944.6853.92
HexBE91550183719222d36
Octal2762211250306731425566
Binary1011111010010001101010101100011011111001100010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9155; }

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

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

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

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

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

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

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

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