#BE7A5C

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

Shades of Japonica #BE7A5C

Tints of Japonica #BE7A5C

Color information

#BE7A5C (or 0xBE7A5C) is unknown color: approx Japonica. HEX triplet: BE, 7A and 5C. RGB value is (190,122,92). Sum of RGB (Red+Green+Blue) = 190+122+92=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 122 (48.05% from 255 or 30.20% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A5C is #4185A3. Grayscale: #8B8B8B. Windows color (decimal): -4294052 or 6060734. OLE color: 6060734.

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

Color convert

RGB19012292-
CMYK00.360.520.25
HSL18.37º42.98%55.29%-
HSV(B)18.37º51.58%74.51%-
XYZ30.1325.6413.49-
YUV138.91101.53164.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 122 (48.05% from 255) = 30.20%
BLUE value IS 92 (36.33% from 255) = 22.77%
R=47.03%
G=30.20%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901229200.360.520.2518.3742.9855.29
HexBE7A5C0243419122b37
Octal2761721340446431225367
Binary101111101111010101110001001001101001100110010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A5C; }

 p { color: rgb(190,122,92); }

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

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

 a { background-color: rgb(190,122,92); }

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

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

 span { border-color: rgb(190,122,92); }

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