#BC745B

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

Shades of Japonica #BC745B

Tints of Japonica #BC745B

Color information

#BC745B (or 0xBC745B) is unknown color: approx Japonica. HEX triplet: BC, 74 and 5B. RGB value is (188,116,91). Sum of RGB (Red+Green+Blue) = 188+116+91=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC745B is #438BA4. Grayscale: #868686. Windows color (decimal): -4426661 or 5993660. OLE color: 5993660.

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

Color convert

RGB18811691-
CMYK00.380.520.26
HSL15.46º41.99%54.71%-
HSV(B)15.46º51.6%73.73%-
XYZ28.8723.9413-
YUV134.68103.35166.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=47.59%
G=29.37%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881169100.380.520.2615.4641.9954.71
HexBC745B026341Af2a37
Octal2741641330466432175267
Binary10111100111010010110110100110110100110101111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC745B; }

 p { color: rgb(188,116,91); }

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

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

 a { background-color: rgb(188,116,91); }

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

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

 span { border-color: rgb(188,116,91); }

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