#BE7A5E

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

Shades of Japonica #BE7A5E

Tints of Japonica #BE7A5E

Color information

#BE7A5E (or 0xBE7A5E) is unknown color: approx Japonica. HEX triplet: BE, 7A and 5E. RGB value is (190,122,94). Sum of RGB (Red+Green+Blue) = 190+122+94=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A5E is #4185A1. Grayscale: #8B8B8B. Windows color (decimal): -4294050 or 6191806. OLE color: 6191806.

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

Color convert

RGB19012294-
CMYK00.360.510.25
HSL17.5º42.48%55.69%-
HSV(B)17.5º50.53%74.51%-
XYZ30.2225.6713.95-
YUV139.14102.53164.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 94 (37.11% from 255) = 23.15%
R=46.80%
G=30.05%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901229400.360.510.2517.542.4855.69
HexBE7A5E0243319122a38
Octal2761721360446331225270
Binary101111101111010101111001001001100111100110010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A5E; }

 p { color: rgb(190,122,94); }

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

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

 a { background-color: rgb(190,122,94); }

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

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

 span { border-color: rgb(190,122,94); }

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