#BE715B

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

Shades of Japonica #BE715B

Tints of Japonica #BE715B

Color information

#BE715B (or 0xBE715B) is unknown color: approx Japonica. HEX triplet: BE, 71 and 5B. RGB value is (190,113,91). Sum of RGB (Red+Green+Blue) = 190+113+91=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 91 (35.94% from 255 or 23.10% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE715B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE715B is #418EA4. Grayscale: #858585. Windows color (decimal): -4296357 or 5992894. OLE color: 5992894.

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

Color convert

RGB19011391-
CMYK00.410.520.25
HSL13.33º43.23%55.1%-
HSV(B)13.33º52.11%74.51%-
XYZ29.0323.5112.91-
YUV133.51104.01168.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 91 (35.94% from 255) = 23.10%
R=48.22%
G=28.68%
B=23.10%

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
Decimal1901139100.410.520.2513.3343.2355.1
HexBE715B0293419d2b37
Octal2761611330516431155367
Binary10111110111000110110110101001110100110011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE715B; }

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

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

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

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

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

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

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

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