#BE765C

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

Shades of Japonica #BE765C

Tints of Japonica #BE765C

Color information

#BE765C (or 0xBE765C) is unknown color: approx Japonica. HEX triplet: BE, 76 and 5C. RGB value is (190,118,92). Sum of RGB (Red+Green+Blue) = 190+118+92=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE765C is #4189A3. Grayscale: #888888. Windows color (decimal): -4295076 or 6059710. OLE color: 6059710.

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

Color convert

RGB19011892-
CMYK00.380.520.25
HSL15.92º42.98%55.29%-
HSV(B)15.92º51.58%74.51%-
XYZ29.6524.6813.33-
YUV136.56102.85166.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 92 (36.33% from 255) = 23%
R=47.5%
G=29.5%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901189200.380.520.2515.9242.9855.29
HexBE765C0263419102b37
Octal2761661340466431205367
Binary101111101110110101110001001101101001100110000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE765C; }

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

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

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

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

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

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

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

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