#BE715C

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

Shades of Japonica #BE715C

Tints of Japonica #BE715C

Color information

#BE715C (or 0xBE715C) is unknown color: approx Japonica. HEX triplet: BE, 71 and 5C. RGB value is (190,113,92). Sum of RGB (Red+Green+Blue) = 190+113+92=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE715C is #418EA3. Grayscale: #858585. Windows color (decimal): -4296356 or 6058430. OLE color: 6058430.

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

Color convert

RGB19011392-
CMYK00.410.520.25
HSL12.86º42.98%55.29%-
HSV(B)12.86º51.58%74.51%-
XYZ29.0723.5313.13-
YUV133.63104.51168.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 113 (44.53% from 255) = 28.61%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=48.10%
G=28.61%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901139200.410.520.2512.8642.9855.29
HexBE715C0293419d2b37
Octal2761611340516431155367
Binary10111110111000110111000101001110100110011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE715C; }

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

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

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

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

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

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

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

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