#BE7A5F

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

Shades of Japonica #BE7A5F

Tints of Japonica #BE7A5F

Color information

#BE7A5F (or 0xBE7A5F) is unknown color: approx Japonica. HEX triplet: BE, 7A and 5F. RGB value is (190,122,95). Sum of RGB (Red+Green+Blue) = 190+122+95=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 95 (37.5% from 255 or 23.34% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7A5F is #4185A0. Grayscale: #8B8B8B. Windows color (decimal): -4294049 or 6257342. OLE color: 6257342.

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

Color convert

RGB19012295-
CMYK00.360.50.25
HSL17.05º42.22%55.88%-
HSV(B)17.05º50%74.51%-
XYZ30.2625.6914.19-
YUV139.25103.03164.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 95 (37.5% from 255) = 23.34%
R=46.68%
G=29.98%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901229500.360.50.2517.0542.2255.88
HexBE7A5F0243219112a38
Octal2761721370446231215270
Binary101111101111010101111101001001100101100110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7A5F; }

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

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

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

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

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

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

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

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