#BB094E

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

Shades of Jazzberry Jam #BB094E

Tints of Jazzberry Jam #BB094E

Color information

#BB094E (or 0xBB094E) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 09 and 4E. RGB value is (187,9,78). Sum of RGB (Red+Green+Blue) = 187+9+78=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB094E is #44F6B1. Grayscale: #454545. Windows color (decimal): -4519602 or 5114299. OLE color: 5114299.

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

Color convert

RGB187978-
CMYK00.950.580.27
HSL336.74º90.82%38.43%-
HSV(B)336.74º95.19%73.33%-
XYZ21.9711.318.23-
YUV70.09132.47211.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.25%
GREEN value IS 9 (3.91% from 255) = 3.28%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=68.25%
G=3.28%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18797800.950.580.27336.7490.8238.43
HexBB94E05F3A1B1515b26
Octal273111160137723352113346
Binary101110111001100111001011111111010110111010100011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB094E; }

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

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

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

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

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

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

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

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