#BB7056

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

Shades of Japonica #BB7056

Tints of Japonica #BB7056

Color information

#BB7056 (or 0xBB7056) is unknown color: approx Japonica. HEX triplet: BB, 70 and 56. RGB value is (187,112,86). Sum of RGB (Red+Green+Blue) = 187+112+86=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 86 (33.98% from 255 or 22.34% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7056 is #448FA9. Grayscale: #838383. Windows color (decimal): -4493226 or 5664955. OLE color: 5664955.

HSL color Cylindrical-coordinate representation of color #BB7056: hue angle of 15.45º 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 #BB7056 is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18711286-
CMYK00.400.540.27
HSL15.45º42.62%53.53%-
HSV(B)15.45º54.01%73.33%-
XYZ27.9722.8311.74-
YUV131.46102.35167.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 86 (33.98% from 255) = 22.34%
R=48.57%
G=29.09%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871128600.400.540.2715.4542.6253.53
HexBB7056028361Bf2b36
Octal2731601260506633175366
Binary10111011111000010101100101000110110110111111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7056; }

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

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

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

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

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

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

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

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