#BE705A

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

Shades of Japonica #BE705A

Tints of Japonica #BE705A

Color information

#BE705A (or 0xBE705A) is unknown color: approx Japonica. HEX triplet: BE, 70 and 5A. RGB value is (190,112,90). Sum of RGB (Red+Green+Blue) = 190+112+90=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE705A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE705A is #418FA5. Grayscale: #848484. Windows color (decimal): -4296614 or 5927102. OLE color: 5927102.

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

Color convert

RGB19011290-
CMYK00.410.530.25
HSL13.2º43.48%54.9%-
HSV(B)13.2º52.63%74.51%-
XYZ28.8723.2712.64-
YUV132.81103.84168.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 22.96%
R=48.47%
G=28.57%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901129000.410.530.2513.243.4854.9
HexBE705A0293519d2b37
Octal2761601320516531155367
Binary10111110111000010110100101001110101110011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE705A; }

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

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

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

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

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

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

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

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