#BC785B

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

Shades of Japonica #BC785B

Tints of Japonica #BC785B

Color information

#BC785B (or 0xBC785B) is unknown color: approx Japonica. HEX triplet: BC, 78 and 5B. RGB value is (188,120,91). Sum of RGB (Red+Green+Blue) = 188+120+91=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC785B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC785B is #4387A4. Grayscale: #898989. Windows color (decimal): -4425637 or 5994684. OLE color: 5994684.

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

Color convert

RGB18812091-
CMYK00.360.520.26
HSL17.94º41.99%54.71%-
HSV(B)17.94º51.6%73.73%-
XYZ29.3424.8813.15-
YUV137.03102.03164.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 91 (35.94% from 255) = 22.81%
R=47.12%
G=30.08%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881209100.360.520.2617.9441.9954.71
HexBC785B024341A122a37
Octal2741701330446432225267
Binary101111001111000101101101001001101001101010010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC785B; }

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

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

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

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

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

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

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

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