#BB155A

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

Shades of Jazzberry Jam #BB155A

Tints of Jazzberry Jam #BB155A

Color information

#BB155A (or 0xBB155A) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 15 and 5A. RGB value is (187,21,90). Sum of RGB (Red+Green+Blue) = 187+21+90=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB155A is #44EAA5. Grayscale: #4E4E4E. Windows color (decimal): -4516518 or 5903803. OLE color: 5903803.

HSL color Cylindrical-coordinate representation of color #BB155A: hue angle of 335.06º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB155A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1872190-
CMYK00.890.520.27
HSL335.06º79.81%40.78%-
HSV(B)335.06º88.77%73.33%-
XYZ22.6111.8410.77-
YUV78.5134.5205.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.75%
GREEN value IS 21 (8.59% from 255) = 7.05%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=62.75%
G=7.05%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187219000.890.520.27335.0679.8140.78
HexBB155A059341B14f5029
Octal273251320131643351712051
Binary1011101110101101101001011001110100110111010011111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB155A; }

 p { color: rgb(187,21,90); }

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

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

 a { background-color: rgb(187,21,90); }

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

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

 span { border-color: rgb(187,21,90); }

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