#BC7A5D

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

Shades of Japonica #BC7A5D

Tints of Japonica #BC7A5D

Color information

#BC7A5D (or 0xBC7A5D) is unknown color: approx Japonica. HEX triplet: BC, 7A and 5D. RGB value is (188,122,93). Sum of RGB (Red+Green+Blue) = 188+122+93=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A5D is #4385A2. Grayscale: #8A8A8A. Windows color (decimal): -4425123 or 6126268. OLE color: 6126268.

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

Color convert

RGB18812293-
CMYK00.350.510.26
HSL18.32º41.48%55.1%-
HSV(B)18.32º50.53%73.73%-
XYZ29.6725.413.69-
YUV138.43102.37163.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 122 (48.05% from 255) = 30.27%
BLUE value IS 93 (36.72% from 255) = 23.08%
R=46.65%
G=30.27%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881229300.350.510.2618.3241.4855.1
HexBC7A5D023331A122937
Octal2741721350436332225167
Binary101111001111010101110101000111100111101010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7A5D; }

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

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

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

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

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

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

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

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