#BE7457

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

Shades of Japonica #BE7457

Tints of Japonica #BE7457

Color information

#BE7457 (or 0xBE7457) is unknown color: approx Japonica. HEX triplet: BE, 74 and 57. RGB value is (190,116,87). Sum of RGB (Red+Green+Blue) = 190+116+87=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 87 (34.38% from 255 or 22.14% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7457 is #418BA8. Grayscale: #878787. Windows color (decimal): -4295593 or 5731518. OLE color: 5731518.

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

Color convert

RGB19011687-
CMYK00.390.540.25
HSL16.89º44.21%54.31%-
HSV(B)16.89º54.21%74.51%-
XYZ29.224.1312.13-
YUV134.82101.02167.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 87 (34.38% from 255) = 22.14%
R=48.35%
G=29.52%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901168700.390.540.2516.8944.2154.31
HexBE74570273619112c36
Octal2761641270476631215466
Binary101111101110100101011101001111101101100110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7457; }

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

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

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

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

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

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

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

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