#BE725D

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

Shades of Japonica #BE725D

Tints of Japonica #BE725D

Color information

#BE725D (or 0xBE725D) is unknown color: approx Japonica. HEX triplet: BE, 72 and 5D. RGB value is (190,114,93). Sum of RGB (Red+Green+Blue) = 190+114+93=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 114 (44.92% from 255 or 28.72% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE725D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE725D is #418DA2. Grayscale: #868686. Windows color (decimal): -4296099 or 6124222. OLE color: 6124222.

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

Color convert

RGB19011493-
CMYK00.400.510.25
HSL12.99º42.73%55.49%-
HSV(B)12.99º51.05%74.51%-
XYZ29.2323.7713.4-
YUV134.33104.68167.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 114 (44.92% from 255) = 28.72%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=47.86%
G=28.72%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901149300.400.510.2512.9942.7355.49
HexBE725D0283319d2b37
Octal2761621350506331155367
Binary10111110111001010111010101000110011110011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE725D; }

 p { color: rgb(190,114,93); }

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

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

 a { background-color: rgb(190,114,93); }

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

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

 span { border-color: rgb(190,114,93); }

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