#BE9255

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

Shades of Twine #BE9255

Tints of Twine #BE9255

Color information

#BE9255 (or 0xBE9255) is unknown color: approx Twine. HEX triplet: BE, 92 and 55. RGB value is (190,146,85). Sum of RGB (Red+Green+Blue) = 190+146+85=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9255 is #416DAA. Grayscale: #989898. Windows color (decimal): -4287915 or 5608126. OLE color: 5608126.

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

Color convert

RGB19014685-
CMYK00.230.550.25
HSL34.86º44.68%53.92%-
HSV(B)34.86º55.26%74.51%-
XYZ33.1532.1613.05-
YUV152.290.08154.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=45.13%
G=34.68%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901468500.230.550.2534.8644.6853.92
HexBE92550173719232d36
Octal2762221250276731435566
Binary1011111010010010101010101011111011111001100011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9255; }

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

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

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

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

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

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

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

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