Html Css Color HEX #BB094E Jazzberry Jam

📋 copy color: '#BB094E'

red 187 ◦ green 9 ◦ blue 78

#BB094E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #BB094E

Tints of Jazzberry Jam #BB094E

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 value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB094E (or 0xBB094E) is known color: 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

RGB 187 9 78 -
CMYK 0 0.95 0.58 0.27
HSL 336.74º 0.91% 0.38% -
HSV(B) 336.74º 0.95% 0.73% -
XYZ 21.97 11.31 8.23 -
YUV 70.09 132.47 211.39 -
System Red Green Blue C M Y K H S L
Decimal 187 9 78 0 0.95 0.58 0.27 336.74 0.91 0.38
Hex BB 9 4E 0 5F 3A 1B 151 5B 26
Octal 273 11 116 0 137 72 33 521 133 46
Binary 10111011 1001 1001110 0 1011111 111010 11011 101010001 1011011 100110

Color Harmonies of #BB094E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB094E

Black with #BB094E

Text Example


Text Example

White with #BB094E

Text Example


Text Example

HTML Codes & Css Web 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>