#BE765D

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

Shades of Japonica #BE765D

Tints of Japonica #BE765D

Color information

#BE765D (or 0xBE765D) is unknown color: approx Japonica. HEX triplet: BE, 76 and 5D. RGB value is (190,118,93). Sum of RGB (Red+Green+Blue) = 190+118+93=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE765D is #4189A2. Grayscale: #888888. Windows color (decimal): -4295075 or 6125246. OLE color: 6125246.

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

Color convert

RGB19011893-
CMYK00.380.510.25
HSL15.46º42.73%55.49%-
HSV(B)15.46º51.05%74.51%-
XYZ29.6924.6913.56-
YUV136.68103.35166.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 93 (36.72% from 255) = 23.19%
R=47.38%
G=29.43%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901189300.380.510.2515.4642.7355.49
HexBE765D0263319f2b37
Octal2761661350466331175367
Binary10111110111011010111010100110110011110011111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE765D; }

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

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

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

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

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

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

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

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