#BB7356

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

Shades of Japonica #BB7356

Tints of Japonica #BB7356

Color information

#BB7356 (or 0xBB7356) is unknown color: approx Japonica. HEX triplet: BB, 73 and 56. RGB value is (187,115,86). Sum of RGB (Red+Green+Blue) = 187+115+86=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7356 is #448CA9. Grayscale: #858585. Windows color (decimal): -4492458 or 5665723. OLE color: 5665723.

HSL color Cylindrical-coordinate representation of color #BB7356: hue angle of 17.23º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BB7356 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18711586-
CMYK00.390.540.27
HSL17.23º42.62%53.53%-
HSV(B)17.23º54.01%73.33%-
XYZ28.323.511.85-
YUV133.22101.35166.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 86 (33.98% from 255) = 22.16%
R=48.20%
G=29.64%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871158600.390.540.2717.2342.6253.53
HexBB7356027361B112b36
Octal2731631260476633215366
Binary101110111110011101011001001111101101101110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7356; }

 p { color: rgb(187,115,86); }

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

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

 a { background-color: rgb(187,115,86); }

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

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

 span { border-color: rgb(187,115,86); }

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