#BE775D

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

Shades of Japonica #BE775D

Tints of Japonica #BE775D

Color information

#BE775D (or 0xBE775D) is unknown color: approx Japonica. HEX triplet: BE, 77 and 5D. RGB value is (190,119,93). Sum of RGB (Red+Green+Blue) = 190+119+93=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE775D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE775D is #4188A2. Grayscale: #898989. Windows color (decimal): -4294819 or 6125502. OLE color: 6125502.

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

Color convert

RGB19011993-
CMYK00.370.510.25
HSL16.08º42.73%55.49%-
HSV(B)16.08º51.05%74.51%-
XYZ29.8124.9313.6-
YUV137.26103.02165.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 93 (36.72% from 255) = 23.13%
R=47.26%
G=29.60%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901199300.370.510.2516.0842.7355.49
HexBE775D0253319102b37
Octal2761671350456331205367
Binary101111101110111101110101001011100111100110000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE775D; }

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

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

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

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

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

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

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

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