#BE7057

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

Shades of Japonica #BE7057

Tints of Japonica #BE7057

Color information

#BE7057 (or 0xBE7057) is unknown color: approx Japonica. HEX triplet: BE, 70 and 57. RGB value is (190,112,87). Sum of RGB (Red+Green+Blue) = 190+112+87=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 87 (34.38% from 255 or 22.37% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7057 is #418FA8. Grayscale: #848484. Windows color (decimal): -4296617 or 5730494. OLE color: 5730494.

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

Color convert

RGB19011287-
CMYK00.410.540.25
HSL14.56º44.21%54.31%-
HSV(B)14.56º54.21%74.51%-
XYZ28.7523.2211.98-
YUV132.47102.34169.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 87 (34.38% from 255) = 22.37%
R=48.84%
G=28.79%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901128700.410.540.2514.5644.2154.31
HexBE70570293619f2c36
Octal2761601270516631175466
Binary10111110111000010101110101001110110110011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7057; }

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

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

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

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

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

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

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

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