#BE785A

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

Shades of Japonica #BE785A

Tints of Japonica #BE785A

Color information

#BE785A (or 0xBE785A) is unknown color: approx Japonica. HEX triplet: BE, 78 and 5A. RGB value is (190,120,90). Sum of RGB (Red+Green+Blue) = 190+120+90=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE785A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE785A is #4187A5. Grayscale: #898989. Windows color (decimal): -4294566 or 5929150. OLE color: 5929150.

HSL color Cylindrical-coordinate representation of color #BE785A: hue angle of 18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE785A is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19012090-
CMYK00.370.530.25
HSL18º43.48%54.9%-
HSV(B)18º52.63%74.51%-
XYZ29.825.1212.95-
YUV137.51101.19165.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 120 (47.27% from 255) = 30%
BLUE value IS 90 (35.55% from 255) = 22.5%
R=47.5%
G=30%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901209000.370.530.251843.4854.9
HexBE785A0253519122b37
Octal2761701320456531225367
Binary101111101111000101101001001011101011100110010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE785A; }

 p { color: rgb(190,120,90); }

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

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

 a { background-color: rgb(190,120,90); }

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

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

 span { border-color: rgb(190,120,90); }

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