#BE8252

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

Shades of Twine #BE8252

Tints of Twine #BE8252

Color information

#BE8252 (or 0xBE8252) is unknown color: approx Twine. HEX triplet: BE, 82 and 52. RGB value is (190,130,82). Sum of RGB (Red+Green+Blue) = 190+130+82=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE8252 is #417DAD. Grayscale: #8E8E8E. Windows color (decimal): -4292014 or 5407422. OLE color: 5407422.

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

Color convert

RGB19013082-
CMYK00.320.570.25
HSL26.67º45.38%53.33%-
HSV(B)26.67º56.84%74.51%-
XYZ30.7427.5211.67-
YUV142.4793.88161.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 82 (32.42% from 255) = 20.40%
R=47.26%
G=32.34%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901308200.320.570.2526.6745.3853.33
HexBE825202039191b2d35
Octal2762021220407131335565
Binary1011111010000010101001001000001110011100111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE8252; }

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

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

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

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

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

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

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

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