#BB7157

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

Shades of Japonica #BB7157

Tints of Japonica #BB7157

Color information

#BB7157 (or 0xBB7157) is unknown color: approx Japonica. HEX triplet: BB, 71 and 57. RGB value is (187,113,87). Sum of RGB (Red+Green+Blue) = 187+113+87=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 87 (34.38% from 255 or 22.48% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7157 is #448EA8. Grayscale: #848484. Windows color (decimal): -4492969 or 5730747. OLE color: 5730747.

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

Color convert

RGB18711387-
CMYK00.400.530.27
HSL15.6º42.37%53.73%-
HSV(B)15.6º53.48%73.33%-
XYZ28.1223.0611.99-
YUV132.16102.52167.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 113 (44.53% from 255) = 29.20%
BLUE value IS 87 (34.38% from 255) = 22.48%
R=48.32%
G=29.20%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871138700.400.530.2715.642.3753.73
HexBB7157028351B102a36
Octal2731611270506533205266
Binary101110111110001101011101010001101011101110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7157; }

 p { color: rgb(187,113,87); }

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

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

 a { background-color: rgb(187,113,87); }

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

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

 span { border-color: rgb(187,113,87); }

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