#BE6E55

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

Shades of Japonica #BE6E55

Tints of Japonica #BE6E55

Color information

#BE6E55 (or 0xBE6E55) is unknown color: approx Japonica. HEX triplet: BE, 6E and 55. RGB value is (190,110,85). Sum of RGB (Red+Green+Blue) = 190+110+85=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6E55 is #4191AA. Grayscale: #838383. Windows color (decimal): -4297131 or 5598910. OLE color: 5598910.

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

Color convert

RGB19011085-
CMYK00.420.550.25
HSL14.29º44.68%53.92%-
HSV(B)14.29º55.26%74.51%-
XYZ28.4522.7511.49-
YUV131.07102170.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 85 (33.59% from 255) = 22.08%
R=49.35%
G=28.57%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901108500.420.550.2514.2944.6853.92
HexBE6E5502A3719e2d36
Octal2761561250526731165566
Binary10111110110111010101010101010110111110011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6E55; }

 p { color: rgb(190,110,85); }

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

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

 a { background-color: rgb(190,110,85); }

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

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

 span { border-color: rgb(190,110,85); }

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