#BB7358

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

Shades of Japonica #BB7358

Tints of Japonica #BB7358

Color information

#BB7358 (or 0xBB7358) is unknown color: approx Japonica. HEX triplet: BB, 73 and 58. RGB value is (187,115,88). Sum of RGB (Red+Green+Blue) = 187+115+88=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7358 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7358 is #448CA7. Grayscale: #858585. Windows color (decimal): -4492456 or 5796795. OLE color: 5796795.

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

Color convert

RGB18711588-
CMYK00.390.530.27
HSL16.36º42.13%53.92%-
HSV(B)16.36º52.94%73.33%-
XYZ28.3923.5312.28-
YUV133.45102.35166.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 88 (34.77% from 255) = 22.56%
R=47.95%
G=29.49%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871158800.390.530.2716.3642.1353.92
HexBB7358027351B102a36
Octal2731631300476533205266
Binary101110111110011101100001001111101011101110000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7358; }

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

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

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

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

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

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

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

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