#BC765E

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

Shades of Japonica #BC765E

Tints of Japonica #BC765E

Color information

#BC765E (or 0xBC765E) is unknown color: approx Japonica. HEX triplet: BC, 76 and 5E. RGB value is (188,118,94). Sum of RGB (Red+Green+Blue) = 188+118+94=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC765E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC765E is #4389A1. Grayscale: #888888. Windows color (decimal): -4426146 or 6190780. OLE color: 6190780.

HSL color Cylindrical-coordinate representation of color #BC765E: hue angle of 15.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC765E is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB18811894-
CMYK00.370.500.26
HSL15.32º41.23%55.29%-
HSV(B)15.32º50%73.73%-
XYZ29.2424.4613.77-
YUV136.19104.19164.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=47%
G=29.5%
B=23.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881189400.370.500.2615.3241.2355.29
HexBC765E025321Af2937
Octal2741661360456232175167
Binary10111100111011010111100100101110010110101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC765E; }

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

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

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

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

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

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

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

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