#BE7559

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

Shades of Japonica #BE7559

Tints of Japonica #BE7559

Color information

#BE7559 (or 0xBE7559) is unknown color: approx Japonica. HEX triplet: BE, 75 and 59. RGB value is (190,117,89). Sum of RGB (Red+Green+Blue) = 190+117+89=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7559 is #418AA6. Grayscale: #878787. Windows color (decimal): -4295335 or 5862846. OLE color: 5862846.

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

Color convert

RGB19011789-
CMYK00.380.530.25
HSL16.63º43.72%54.71%-
HSV(B)16.63º53.16%74.51%-
XYZ29.424.3912.61-
YUV135.64101.68166.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 89 (35.16% from 255) = 22.47%
R=47.98%
G=29.55%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901178900.380.530.2516.6343.7254.71
HexBE75590263519112c37
Octal2761651310466531215467
Binary101111101110101101100101001101101011100110001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7559; }

 p { color: rgb(190,117,89); }

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

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

 a { background-color: rgb(190,117,89); }

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

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

 span { border-color: rgb(190,117,89); }

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