#BC765C

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

Shades of Japonica #BC765C

Tints of Japonica #BC765C

Color information

#BC765C (or 0xBC765C) is unknown color: approx Japonica. HEX triplet: BC, 76 and 5C. RGB value is (188,118,92). Sum of RGB (Red+Green+Blue) = 188+118+92=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC765C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC765C is #4389A3. Grayscale: #888888. Windows color (decimal): -4426148 or 6059708. OLE color: 6059708.

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

Color convert

RGB18811892-
CMYK00.370.510.26
HSL16.25º41.74%54.9%-
HSV(B)16.25º51.06%73.73%-
XYZ29.1524.4213.3-
YUV135.97103.19165.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 118 (46.48% from 255) = 29.65%
BLUE value IS 92 (36.33% from 255) = 23.12%
R=47.24%
G=29.65%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881189200.370.510.2616.2541.7454.9
HexBC765C025331A102a37
Octal2741661340456332205267
Binary101111001110110101110001001011100111101010000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC765C; }

 p { color: rgb(188,118,92); }

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

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

 a { background-color: rgb(188,118,92); }

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

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

 span { border-color: rgb(188,118,92); }

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