#BC6F59

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

Shades of Japonica #BC6F59

Tints of Japonica #BC6F59

Color information

#BC6F59 (or 0xBC6F59) is unknown color: approx Japonica. HEX triplet: BC, 6F and 59. RGB value is (188,111,89). Sum of RGB (Red+Green+Blue) = 188+111+89=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 89 (35.16% from 255 or 22.94% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F59 is #4390A6. Grayscale: #838383. Windows color (decimal): -4427943 or 5861308. OLE color: 5861308.

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

Color convert

RGB18811189-
CMYK00.410.530.26
HSL13.33º42.49%54.31%-
HSV(B)13.33º52.66%73.73%-
XYZ28.2322.7812.36-
YUV131.51104.01168.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.45%
GREEN value IS 111 (43.75% from 255) = 28.61%
BLUE value IS 89 (35.16% from 255) = 22.94%
R=48.45%
G=28.61%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881118900.410.530.2613.3342.4954.31
HexBC6F59029351Ad2a36
Octal2741571310516532155266
Binary10111100110111110110010101001110101110101101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6F59; }

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

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

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

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

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

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

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

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