#BE7059

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

Shades of Japonica #BE7059

Tints of Japonica #BE7059

Color information

#BE7059 (or 0xBE7059) is unknown color: approx Japonica. HEX triplet: BE, 70 and 59. RGB value is (190,112,89). Sum of RGB (Red+Green+Blue) = 190+112+89=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7059 is #418FA6. Grayscale: #848484. Windows color (decimal): -4296615 or 5861566. OLE color: 5861566.

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

Color convert

RGB19011289-
CMYK00.410.530.25
HSL13.66º43.72%54.71%-
HSV(B)13.66º53.16%74.51%-
XYZ28.8323.2612.42-
YUV132.7103.34168.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 112 (44.14% from 255) = 28.64%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=48.59%
G=28.64%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901128900.410.530.2513.6643.7254.71
HexBE70590293519e2c37
Octal2761601310516531165467
Binary10111110111000010110010101001110101110011110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7059; }

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

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

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

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

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

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

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

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