#BE8352

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

Shades of Twine #BE8352

Tints of Twine #BE8352

Color information

#BE8352 (or 0xBE8352) is unknown color: approx Twine. HEX triplet: BE, 83 and 52. RGB value is (190,131,82). Sum of RGB (Red+Green+Blue) = 190+131+82=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8352 is #417CAD. Grayscale: #8F8F8F. Windows color (decimal): -4291758 or 5407678. OLE color: 5407678.

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

Color convert

RGB19013182-
CMYK00.310.570.25
HSL27.22º45.38%53.33%-
HSV(B)27.22º56.84%74.51%-
XYZ30.8727.7911.72-
YUV143.0693.55161.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 82 (32.42% from 255) = 20.35%
R=47.15%
G=32.51%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901318200.310.570.2527.2245.3853.33
HexBE835201F39191b2d35
Octal2762031220377131335565
Binary101111101000001110100100111111110011100111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8352; }

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

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

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

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

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

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

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

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