#BC765D

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

Shades of Japonica #BC765D

Tints of Japonica #BC765D

Color information

#BC765D (or 0xBC765D) is unknown color: approx Japonica. HEX triplet: BC, 76 and 5D. RGB value is (188,118,93). Sum of RGB (Red+Green+Blue) = 188+118+93=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 93 (36.72% from 255 or 23.31% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC765D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC765D is #4389A2. Grayscale: #888888. Windows color (decimal): -4426147 or 6125244. OLE color: 6125244.

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

Color convert

RGB18811893-
CMYK00.370.510.26
HSL15.79º41.48%55.1%-
HSV(B)15.79º50.53%73.73%-
XYZ29.1924.4413.53-
YUV136.08103.69165.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 93 (36.72% from 255) = 23.31%
R=47.12%
G=29.57%
B=23.31%

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
Decimal1881189300.370.510.2615.7941.4855.1
HexBC765D025331A102937
Octal2741661350456332205167
Binary101111001110110101110101001011100111101010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC765D; }

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

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

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

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

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

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

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

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