#bc7157

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

Shades of Japonica #BC7157

Tints of Japonica #BC7157

Color information

#BC7157 (or 0xBC7157) is unknown color: approx Japonica. HEX triplet: BC, 71 and 57. RGB value is (188,113,87). Sum of RGB (Red+Green+Blue) = 188+113+87=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 87 (34.38% from 255 or 22.42% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7157 is #438EA8. Grayscale: #848484. Windows color (decimal): -4427433 or 5730748. OLE color: 5730748.

HSL color Cylindrical-coordinate representation of color #BC7157: hue angle of 15.45º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BC7157 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18811387-
CMYK00.400.540.26
HSL15.45º42.98%53.92%-
HSV(B)15.45º53.72%73.73%-
XYZ28.3623.1912-
YUV132.46102.35167.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.45%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 87 (34.38% from 255) = 22.42%
R=48.45%
G=29.12%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881138700.400.540.2615.4542.9853.92
HexBC7157028361Af2b36
Octal2741611270506632175366
Binary10111100111000110101110101000110110110101111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7157; }

 p { color: rgb(188,113,87); }

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

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

 a { background-color: rgb(188,113,87); }

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

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

 span { border-color: rgb(188,113,87); }

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