#BE7C57

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

Shades of Japonica #BE7C57

Tints of Japonica #BE7C57

Color information

#BE7C57 (or 0xBE7C57) is unknown color: approx Japonica. HEX triplet: BE, 7C and 57. RGB value is (190,124,87). Sum of RGB (Red+Green+Blue) = 190+124+87=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 87 (34.38% from 255 or 21.70% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7C57 is #4183A8. Grayscale: #8B8B8B. Windows color (decimal): -4293545 or 5733566. OLE color: 5733566.

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

Color convert

RGB19012487-
CMYK00.350.540.25
HSL21.55º44.21%54.31%-
HSV(B)21.55º54.21%74.51%-
XYZ30.1626.0512.46-
YUV139.5298.37164.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 124 (48.83% from 255) = 30.92%
BLUE value IS 87 (34.38% from 255) = 21.70%
R=47.38%
G=30.92%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901248700.350.540.2521.5544.2154.31
HexBE7C570233619162c36
Octal2761741270436631265466
Binary101111101111100101011101000111101101100110110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7C57; }

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

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

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

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

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

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

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

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