#BC735C

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

Shades of Japonica #BC735C

Tints of Japonica #BC735C

Color information

#BC735C (or 0xBC735C) is unknown color: approx Japonica. HEX triplet: BC, 73 and 5C. RGB value is (188,115,92). Sum of RGB (Red+Green+Blue) = 188+115+92=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC735C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC735C is #438CA3. Grayscale: #868686. Windows color (decimal): -4426916 or 6058940. OLE color: 6058940.

HSL color Cylindrical-coordinate representation of color #BC735C: hue angle of 14.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC735C is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18811592-
CMYK00.390.510.26
HSL14.38º41.74%54.9%-
HSV(B)14.38º51.06%73.73%-
XYZ28.823.7313.19-
YUV134.2104.18166.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 92 (36.33% from 255) = 23.29%
R=47.59%
G=29.11%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881159200.390.510.2614.3841.7454.9
HexBC735C027331Ae2a37
Octal2741631340476332165267
Binary10111100111001110111000100111110011110101110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC735C; }

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

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

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

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

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

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

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

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