#BE9553

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

Shades of Twine #BE9553

Tints of Twine #BE9553

Color information

#BE9553 (or 0xBE9553) is unknown color: approx Twine. HEX triplet: BE, 95 and 53. RGB value is (190,149,83). Sum of RGB (Red+Green+Blue) = 190+149+83=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9553 is #416AAC. Grayscale: #9A9A9A. Windows color (decimal): -4287149 or 5477822. OLE color: 5477822.

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

Color convert

RGB19014983-
CMYK00.220.560.25
HSL37.01º45.15%53.53%-
HSV(B)37.01º56.32%74.51%-
XYZ33.5433.0712.8-
YUV153.7388.08153.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 149 (58.59% from 255) = 35.31%
BLUE value IS 83 (32.81% from 255) = 19.67%
R=45.02%
G=35.31%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901498300.220.560.2537.0145.1553.53
HexBE95530163819252d36
Octal2762251230267031455566
Binary1011111010010101101001101011011100011001100101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9553; }

 p { color: rgb(190,149,83); }

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

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

 a { background-color: rgb(190,149,83); }

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

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

 span { border-color: rgb(190,149,83); }

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