#BB0954

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

Shades of Jazzberry Jam #BB0954

Tints of Jazzberry Jam #BB0954

Color information

#BB0954 (or 0xBB0954) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 09 and 54. RGB value is (187,9,84). Sum of RGB (Red+Green+Blue) = 187+9+84=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0954 is #44F6AB. Grayscale: #464646. Windows color (decimal): -4519596 or 5507515. OLE color: 5507515.

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

Color convert

RGB187984-
CMYK00.950.550.27
HSL334.72º90.82%38.43%-
HSV(B)334.72º95.19%73.33%-
XYZ22.1911.49.42-
YUV70.77135.47210.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.79%
GREEN value IS 9 (3.91% from 255) = 3.21%
BLUE value IS 84 (33.20% from 255) = 30%
R=66.79%
G=3.21%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18798400.950.550.27334.7290.8238.43
HexBB95405F371B14f5b26
Octal273111240137673351713346
Binary101110111001101010001011111110111110111010011111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0954; }

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

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

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

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

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

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

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

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