#BB7456

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

Shades of Japonica #BB7456

Tints of Japonica #BB7456

Color information

#BB7456 (or 0xBB7456) is unknown color: approx Japonica. HEX triplet: BB, 74 and 56. RGB value is (187,116,86). Sum of RGB (Red+Green+Blue) = 187+116+86=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 86 (33.98% from 255 or 22.11% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7456 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7456 is #448BA9. Grayscale: #868686. Windows color (decimal): -4492202 or 5665979. OLE color: 5665979.

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

Color convert

RGB18711686-
CMYK00.380.540.27
HSL17.82º42.62%53.53%-
HSV(B)17.82º54.01%73.33%-
XYZ28.4223.7311.89-
YUV133.81101.02165.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 86 (33.98% from 255) = 22.11%
R=48.07%
G=29.82%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871168600.380.540.2717.8242.6253.53
HexBB7456026361B122b36
Octal2731641260466633225366
Binary101110111110100101011001001101101101101110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7456; }

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

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

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

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

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

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

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

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