Html Css Color HEX #BB094C Jazzberry Jam

📋 copy color: '#BB094C'

red 187 ◦ green 9 ◦ blue 76

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

Shades of Jazzberry Jam #BB094C

Tints of Jazzberry Jam #BB094C

RGB

 RED value IS 187 (73.44% from 255) = 68.75%

 GREEN value IS 9 (3.91% from 255) = 3.31%

 BLUE value IS 76 (30.08% from 255) = 27.94%

R = 68.75%
G = 3.31%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB094C (or 0xBB094C) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 4C. RGB value is (187,9,76). Sum of RGB (Red+Green+Blue) = 187+9+76=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB094C is #44F6B3. Grayscale: #454545. Windows color (decimal): -4519604 or 4983227. OLE color: 4983227.

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

Color convert

RGB 187 9 76 -
CMYK 0 0.95 0.59 0.27
HSL 337.42º 0.91% 0.38% -
HSV(B) 337.42º 0.95% 0.73% -
XYZ 21.9 11.28 7.86 -
YUV 69.86 131.47 211.55 -
System Red Green Blue C M Y K H S L
Decimal 187 9 76 0 0.95 0.59 0.27 337.42 0.91 0.38
Hex BB 9 4C 0 5F 3B 1B 151 5B 26
Octal 273 11 114 0 137 73 33 521 133 46
Binary 10111011 1001 1001100 0 1011111 111011 11011 101010001 1011011 100110

Color Harmonies of #BB094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB094C

Black with #BB094C

Text Example


Text Example

White with #BB094C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB094C; }

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

 H1.HeaderClassName
 {
   color: #BB094C;
 }
 .AnyTagClassName
 {
   color: #BB094C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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