#BE7459

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

Shades of Japonica #BE7459

Tints of Japonica #BE7459

Color information

#BE7459 (or 0xBE7459) is unknown color: approx Japonica. HEX triplet: BE, 74 and 59. RGB value is (190,116,89). Sum of RGB (Red+Green+Blue) = 190+116+89=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 89 (35.16% from 255 or 22.53% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7459 is #418BA6. Grayscale: #878787. Windows color (decimal): -4295591 or 5862590. OLE color: 5862590.

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

Color convert

RGB19011689-
CMYK00.390.530.25
HSL16.04º43.72%54.71%-
HSV(B)16.04º53.16%74.51%-
XYZ29.2824.1612.57-
YUV135.05102.02167.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 89 (35.16% from 255) = 22.53%
R=48.10%
G=29.37%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901168900.390.530.2516.0443.7254.71
HexBE74590273519102c37
Octal2761641310476531205467
Binary101111101110100101100101001111101011100110000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7459; }

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

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

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

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

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

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

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

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