#BE755A

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

Shades of Japonica #BE755A

Tints of Japonica #BE755A

Color information

#BE755A (or 0xBE755A) is unknown color: approx Japonica. HEX triplet: BE, 75 and 5A. RGB value is (190,117,90). Sum of RGB (Red+Green+Blue) = 190+117+90=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE755A is #418AA5. Grayscale: #878787. Windows color (decimal): -4295334 or 5928382. OLE color: 5928382.

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

Color convert

RGB19011790-
CMYK00.380.530.25
HSL16.2º43.48%54.9%-
HSV(B)16.2º52.63%74.51%-
XYZ29.4424.4112.83-
YUV135.75102.18166.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 117 (46.09% from 255) = 29.47%
BLUE value IS 90 (35.55% from 255) = 22.67%
R=47.86%
G=29.47%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901179000.380.530.2516.243.4854.9
HexBE755A0263519102b37
Octal2761651320466531205367
Binary101111101110101101101001001101101011100110000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE755A; }

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

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

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

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

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

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

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

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