#BC725C

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

Shades of Japonica #BC725C

Tints of Japonica #BC725C

Color information

#BC725C (or 0xBC725C) is unknown color: approx Japonica. HEX triplet: BC, 72 and 5C. RGB value is (188,114,92). Sum of RGB (Red+Green+Blue) = 188+114+92=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 114 (44.92% from 255 or 28.93% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC725C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC725C is #438DA3. Grayscale: #858585. Windows color (decimal): -4427172 or 6058684. OLE color: 6058684.

HSL color Cylindrical-coordinate representation of color #BC725C: hue angle of 13.75º 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 #BC725C is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB18811492-
CMYK00.390.510.26
HSL13.75º41.74%54.9%-
HSV(B)13.75º51.06%73.73%-
XYZ28.6923.513.15-
YUV133.62104.52166.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 114 (44.92% from 255) = 28.93%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=47.72%
G=28.93%
B=23.35%

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
Decimal1881149200.390.510.2613.7541.7454.9
HexBC725C027331Ae2a37
Octal2741621340476332165267
Binary10111100111001010111000100111110011110101110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC725C; }

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

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

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

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

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

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

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

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