#BE9A55

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

Shades of Twine #BE9A55

Tints of Twine #BE9A55

Color information

#BE9A55 (or 0xBE9A55) is unknown color: approx Twine. HEX triplet: BE, 9A and 55. RGB value is (190,154,85). Sum of RGB (Red+Green+Blue) = 190+154+85=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9A55 is #4165AA. Grayscale: #9D9D9D. Windows color (decimal): -4285867 or 5610174. OLE color: 5610174.

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

Color convert

RGB19015485-
CMYK00.190.550.25
HSL39.43º44.68%53.92%-
HSV(B)39.43º55.26%74.51%-
XYZ34.4334.7113.48-
YUV156.987.43151.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 154 (60.55% from 255) = 35.90%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=44.29%
G=35.90%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901548500.190.550.2539.4344.6853.92
HexBE9A550133719272d36
Octal2762321250236731475566
Binary1011111010011010101010101001111011111001100111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A55; }

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

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

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

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

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

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

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

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