#be6d55

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

Shades of Japonica #BE6D55

Tints of Japonica #BE6D55

Color information

#BE6D55 (or 0xBE6D55) is unknown color: approx Japonica. HEX triplet: BE, 6D and 55. RGB value is (190,109,85). Sum of RGB (Red+Green+Blue) = 190+109+85=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 85 (33.59% from 255 or 22.14% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D55 is #4192AA. Grayscale: #828282. Windows color (decimal): -4297387 or 5598654. OLE color: 5598654.

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

Color convert

RGB19010985-
CMYK00.430.550.25
HSL13.71º44.68%53.92%-
HSV(B)13.71º55.26%74.51%-
XYZ28.3422.5411.45-
YUV130.48102.34170.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.48%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 85 (33.59% from 255) = 22.14%
R=49.48%
G=28.39%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901098500.430.550.2513.7144.6853.92
HexBE6D5502B3719e2d36
Octal2761551250536731165566
Binary10111110110110110101010101011110111110011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be6d55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be6d55; }

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

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

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

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

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

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

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

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