#BE725B

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

Shades of Japonica #BE725B

Tints of Japonica #BE725B

Color information

#BE725B (or 0xBE725B) is unknown color: approx Japonica. HEX triplet: BE, 72 and 5B. RGB value is (190,114,91). Sum of RGB (Red+Green+Blue) = 190+114+91=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE725B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE725B is #418DA4. Grayscale: #868686. Windows color (decimal): -4296101 or 5993150. OLE color: 5993150.

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

Color convert

RGB19011491-
CMYK00.400.520.25
HSL13.94º43.23%55.1%-
HSV(B)13.94º52.11%74.51%-
XYZ29.1423.7412.94-
YUV134.1103.68167.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=48.10%
G=28.86%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901149100.400.520.2513.9443.2355.1
HexBE725B0283419e2b37
Octal2761621330506431165367
Binary10111110111001010110110101000110100110011110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE725B; }

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

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

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

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

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

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

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

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