#be8a52

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

Shades of Twine #BE8A52

Tints of Twine #BE8A52

Color information

#BE8A52 (or 0xBE8A52) is unknown color: approx Twine. HEX triplet: BE, 8A and 52. RGB value is (190,138,82). Sum of RGB (Red+Green+Blue) = 190+138+82=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8A52 is #4175AD. Grayscale: #939393. Windows color (decimal): -4289966 or 5409470. OLE color: 5409470.

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

Color convert

RGB19013882-
CMYK00.270.570.25
HSL31.11º45.38%53.33%-
HSV(B)31.11º56.84%74.51%-
XYZ31.8529.7312.04-
YUV147.1691.23158.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 138 (54.30% from 255) = 33.66%
BLUE value IS 82 (32.42% from 255) = 20%
R=46.34%
G=33.66%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901388200.270.570.2531.1145.3853.33
HexBE8A5201B39191f2d35
Octal2762121220337131375565
Binary101111101000101010100100110111110011100111111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be8a52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be8a52; }

 p { color: rgb(190,138,82); }

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

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

 a { background-color: rgb(190,138,82); }

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

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

 span { border-color: rgb(190,138,82); }

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