#BE735C

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

Shades of Japonica #BE735C

Tints of Japonica #BE735C

Color information

#BE735C (or 0xBE735C) is unknown color: approx Japonica. HEX triplet: BE, 73 and 5C. RGB value is (190,115,92). Sum of RGB (Red+Green+Blue) = 190+115+92=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE735C is #418CA3. Grayscale: #868686. Windows color (decimal): -4295844 or 6058942. OLE color: 6058942.

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

Color convert

RGB19011592-
CMYK00.390.520.25
HSL14.08º42.98%55.29%-
HSV(B)14.08º51.58%74.51%-
XYZ29.323.9813.21-
YUV134.8103.85167.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.86%
GREEN value IS 115 (45.31% from 255) = 28.97%
BLUE value IS 92 (36.33% from 255) = 23.17%
R=47.86%
G=28.97%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901159200.390.520.2514.0842.9855.29
HexBE735C0273419e2b37
Octal2761631340476431165367
Binary10111110111001110111000100111110100110011110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE735C; }

 p { color: rgb(190,115,92); }

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

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

 a { background-color: rgb(190,115,92); }

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

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

 span { border-color: rgb(190,115,92); }

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