#BC7A60

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

Shades of Japonica #BC7A60

Tints of Japonica #BC7A60

Color information

#BC7A60 (or 0xBC7A60) is unknown color: approx Japonica. HEX triplet: BC, 7A and 60. RGB value is (188,122,96). Sum of RGB (Red+Green+Blue) = 188+122+96=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A60 is #43859F. Grayscale: #8A8A8A. Windows color (decimal): -4425120 or 6322876. OLE color: 6322876.

HSL color Cylindrical-coordinate representation of color #BC7A60: hue angle of 16.96º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7A60 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18812296-
CMYK00.350.490.26
HSL16.96º40.71%55.69%-
HSV(B)16.96º48.94%73.73%-
XYZ29.8125.4514.41-
YUV138.77103.87163.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 96 (37.89% from 255) = 23.65%
R=46.31%
G=30.05%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881229600.350.490.2616.9640.7155.69
HexBC7A60023311A112938
Octal2741721400436132215170
Binary101111001111010110000001000111100011101010001101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A60; }

 p { color: rgb(188,122,96); }

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

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

 a { background-color: rgb(188,122,96); }

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

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

 span { border-color: rgb(188,122,96); }

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