#BC7359

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

Shades of Japonica #BC7359

Tints of Japonica #BC7359

Color information

#BC7359 (or 0xBC7359) is unknown color: approx Japonica. HEX triplet: BC, 73 and 59. RGB value is (188,115,89). Sum of RGB (Red+Green+Blue) = 188+115+89=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7359 is #438CA6. Grayscale: #868686. Windows color (decimal): -4426919 or 5862332. OLE color: 5862332.

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

Color convert

RGB18811589-
CMYK00.390.530.26
HSL15.76º42.49%54.31%-
HSV(B)15.76º52.66%73.73%-
XYZ28.6723.6712.51-
YUV133.86102.68166.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 115 (45.31% from 255) = 29.34%
BLUE value IS 89 (35.16% from 255) = 22.70%
R=47.96%
G=29.34%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881158900.390.530.2615.7642.4954.31
HexBC7359027351A102a36
Octal2741631310476532205266
Binary101111001110011101100101001111101011101010000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7359; }

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

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

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

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

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

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

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

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