#BE7756

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

Shades of Japonica #BE7756

Tints of Japonica #BE7756

Color information

#BE7756 (or 0xBE7756) is unknown color: approx Japonica. HEX triplet: BE, 77 and 56. RGB value is (190,119,86). Sum of RGB (Red+Green+Blue) = 190+119+86=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7756 is #4188A9. Grayscale: #888888. Windows color (decimal): -4294826 or 5666750. OLE color: 5666750.

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

Color convert

RGB19011986-
CMYK00.370.550.25
HSL19.04º44.44%54.12%-
HSV(B)19.04º54.74%74.51%-
XYZ29.5124.8112.04-
YUV136.4799.52166.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=48.10%
G=30.13%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901198600.370.550.2519.0444.4454.12
HexBE77560253719132c36
Octal2761671260456731235466
Binary101111101110111101011001001011101111100110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7756; }

 p { color: rgb(190,119,86); }

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

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

 a { background-color: rgb(190,119,86); }

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

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

 span { border-color: rgb(190,119,86); }

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