#BB0957

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

Shades of Jazzberry Jam #BB0957

Tints of Jazzberry Jam #BB0957

Color information

#BB0957 (or 0xBB0957) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 09 and 57. RGB value is (187,9,87). Sum of RGB (Red+Green+Blue) = 187+9+87=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0957 is #44F6A8. Grayscale: #464646. Windows color (decimal): -4519593 or 5704123. OLE color: 5704123.

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

Color convert

RGB187987-
CMYK00.950.530.27
HSL333.71º90.82%38.43%-
HSV(B)333.71º95.19%73.33%-
XYZ22.3111.4510.05-
YUV71.11136.97210.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.08%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 87 (34.38% from 255) = 30.74%
R=66.08%
G=3.18%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18798700.950.530.27333.7190.8238.43
HexBB95705F351B14e5b26
Octal273111270137653351613346
Binary101110111001101011101011111110101110111010011101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0957; }

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

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

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

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

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

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

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

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