#BC755B

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

Shades of Japonica #BC755B

Tints of Japonica #BC755B

Color information

#BC755B (or 0xBC755B) is unknown color: approx Japonica. HEX triplet: BC, 75 and 5B. RGB value is (188,117,91). Sum of RGB (Red+Green+Blue) = 188+117+91=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC755B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC755B is #438AA4. Grayscale: #878787. Windows color (decimal): -4426405 or 5993916. OLE color: 5993916.

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

Color convert

RGB18811791-
CMYK00.380.520.26
HSL16.08º41.99%54.71%-
HSV(B)16.08º51.6%73.73%-
XYZ28.9924.1713.03-
YUV135.26103.02165.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=47.47%
G=29.55%
B=22.98%

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
Decimal1881179100.380.520.2616.0841.9954.71
HexBC755B026341A102a37
Octal2741651330466432205267
Binary101111001110101101101101001101101001101010000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC755B; }

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

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

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

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

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

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

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

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