#BC7658

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

Shades of Japonica #BC7658

Tints of Japonica #BC7658

Color information

#BC7658 (or 0xBC7658) is unknown color: approx Japonica. HEX triplet: BC, 76 and 58. RGB value is (188,118,88). Sum of RGB (Red+Green+Blue) = 188+118+88=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7658 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7658 is #4389A7. Grayscale: #878787. Windows color (decimal): -4426152 or 5797564. OLE color: 5797564.

HSL color Cylindrical-coordinate representation of color #BC7658: hue angle of 18º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC7658 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB18811888-
CMYK00.370.530.26
HSL18º42.74%54.12%-
HSV(B)18º53.19%73.73%-
XYZ28.9824.3512.41-
YUV135.51101.19165.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 88 (34.77% from 255) = 22.34%
R=47.72%
G=29.95%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881188800.370.530.261842.7454.12
HexBC7658025351A122b36
Octal2741661300456532225366
Binary101111001110110101100001001011101011101010010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7658; }

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

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

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

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

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

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

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

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