#BE9352

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

Shades of Twine #BE9352

Tints of Twine #BE9352

Color information

#BE9352 (or 0xBE9352) is unknown color: approx Twine. HEX triplet: BE, 93 and 52. RGB value is (190,147,82). Sum of RGB (Red+Green+Blue) = 190+147+82=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9352 is #416CAD. Grayscale: #989898. Windows color (decimal): -4287662 or 5411774. OLE color: 5411774.

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

Color convert

RGB19014782-
CMYK00.230.570.25
HSL36.11º45.38%53.33%-
HSV(B)36.11º56.84%74.51%-
XYZ33.1932.4212.49-
YUV152.4588.25154.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.35%
GREEN value IS 147 (57.81% from 255) = 35.08%
BLUE value IS 82 (32.42% from 255) = 19.57%
R=45.35%
G=35.08%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901478200.230.570.2536.1145.3853.33
HexBE93520173919242d35
Octal2762231220277131445565
Binary1011111010010011101001001011111100111001100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9352; }

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

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

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

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

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

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

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

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