#BE745C

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

Shades of Japonica #BE745C

Tints of Japonica #BE745C

Color information

#BE745C (or 0xBE745C) is unknown color: approx Japonica. HEX triplet: BE, 74 and 5C. RGB value is (190,116,92). Sum of RGB (Red+Green+Blue) = 190+116+92=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE745C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE745C is #418BA3. Grayscale: #878787. Windows color (decimal): -4295588 or 6059198. OLE color: 6059198.

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

Color convert

RGB19011692-
CMYK00.390.520.25
HSL14.69º42.98%55.29%-
HSV(B)14.69º51.58%74.51%-
XYZ29.4124.2113.25-
YUV135.39103.52166.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.74%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=47.74%
G=29.15%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901169200.390.520.2514.6942.9855.29
HexBE745C0273419f2b37
Octal2761641340476431175367
Binary10111110111010010111000100111110100110011111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE745C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE745C; }

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

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

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

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

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

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

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

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