#BE765E

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

Shades of Japonica #BE765E

Tints of Japonica #BE765E

Color information

#BE765E (or 0xBE765E) is unknown color: approx Japonica. HEX triplet: BE, 76 and 5E. RGB value is (190,118,94). Sum of RGB (Red+Green+Blue) = 190+118+94=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 94 (37.11% from 255 or 23.38% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE765E is #4189A1. Grayscale: #888888. Windows color (decimal): -4295074 or 6190782. OLE color: 6190782.

HSL color Cylindrical-coordinate representation of color #BE765E: hue angle of 15º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE765E is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19011894-
CMYK00.380.510.25
HSL15º42.48%55.69%-
HSV(B)15º50.53%74.51%-
XYZ29.7324.7113.79-
YUV136.79103.85165.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 118 (46.48% from 255) = 29.35%
BLUE value IS 94 (37.11% from 255) = 23.38%
R=47.26%
G=29.35%
B=23.38%

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
Decimal1901189400.380.510.251542.4855.69
HexBE765E0263319f2a38
Octal2761661360466331175270
Binary10111110111011010111100100110110011110011111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE765E; }

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

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

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

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

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

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

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

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