#BE9356

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

Shades of Twine #BE9356

Tints of Twine #BE9356

Color information

#BE9356 (or 0xBE9356) is unknown color: approx Twine. HEX triplet: BE, 93 and 56. RGB value is (190,147,86). Sum of RGB (Red+Green+Blue) = 190+147+86=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BE9356 is #416CA9. Grayscale: #999999. Windows color (decimal): -4287658 or 5673918. OLE color: 5673918.

HSL color Cylindrical-coordinate representation of color #BE9356: hue angle of 35.19º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE9356 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19014786-
CMYK00.230.550.25
HSL35.19º44.44%54.12%-
HSV(B)35.19º54.74%74.51%-
XYZ33.3532.4913.32-
YUV152.990.25154.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 147 (57.81% from 255) = 34.75%
BLUE value IS 86 (33.98% from 255) = 20.33%
R=44.92%
G=34.75%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901478600.230.550.2535.1944.4454.12
HexBE93560173719232c36
Octal2762231260276731435466
Binary1011111010010011101011001011111011111001100011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9356; }

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

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

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

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

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

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

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

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