#BC7757

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

Shades of Japonica #BC7757

Tints of Japonica #BC7757

Color information

#BC7757 (or 0xBC7757) is unknown color: approx Japonica. HEX triplet: BC, 77 and 57. RGB value is (188,119,87). Sum of RGB (Red+Green+Blue) = 188+119+87=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7757 is #4388A8. Grayscale: #888888. Windows color (decimal): -4425897 or 5732284. OLE color: 5732284.

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

Color convert

RGB18811987-
CMYK00.370.540.26
HSL19.01º42.98%53.92%-
HSV(B)19.01º53.72%73.73%-
XYZ29.0624.5712.23-
YUV135.98100.36165.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 119 (46.88% from 255) = 30.20%
BLUE value IS 87 (34.38% from 255) = 22.08%
R=47.72%
G=30.20%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881198700.370.540.2619.0142.9853.92
HexBC7757025361A132b36
Octal2741671270456632235366
Binary101111001110111101011101001011101101101010011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7757; }

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

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

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

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

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

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

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

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