#BE7B5D

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

Shades of Japonica #BE7B5D

Tints of Japonica #BE7B5D

Color information

#BE7B5D (or 0xBE7B5D) is unknown color: approx Japonica. HEX triplet: BE, 7B and 5D. RGB value is (190,123,93). Sum of RGB (Red+Green+Blue) = 190+123+93=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7B5D is #4184A2. Grayscale: #8B8B8B. Windows color (decimal): -4293795 or 6126526. OLE color: 6126526.

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

Color convert

RGB19012393-
CMYK00.350.510.25
HSL18.56º42.73%55.49%-
HSV(B)18.56º51.05%74.51%-
XYZ30.2925.913.76-
YUV139.61101.7163.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=46.80%
G=30.30%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901239300.350.510.2518.5642.7355.49
HexBE7B5D0233319132b37
Octal2761731350436331235367
Binary101111101111011101110101000111100111100110011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7B5D; }

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

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

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

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

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

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

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

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