#BE6E57

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

Shades of Japonica #BE6E57

Tints of Japonica #BE6E57

Color information

#BE6E57 (or 0xBE6E57) is unknown color: approx Japonica. HEX triplet: BE, 6E and 57. RGB value is (190,110,87). Sum of RGB (Red+Green+Blue) = 190+110+87=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E57 is #4191A8. Grayscale: #838383. Windows color (decimal): -4297129 or 5729982. OLE color: 5729982.

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

Color convert

RGB19011087-
CMYK00.420.540.25
HSL13.4º44.21%54.31%-
HSV(B)13.4º54.21%74.51%-
XYZ28.5322.7911.91-
YUV131.3103169.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.10%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 87 (34.38% from 255) = 22.48%
R=49.10%
G=28.42%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901108700.420.540.2513.444.2154.31
HexBE6E5702A3619d2c36
Octal2761561270526631155466
Binary10111110110111010101110101010110110110011101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E57; }

 p { color: rgb(190,110,87); }

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

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

 a { background-color: rgb(190,110,87); }

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

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

 span { border-color: rgb(190,110,87); }

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