Html Css Color HEX #BB095E Jazzberry Jam

📋 copy color: '#BB095E'

red 187 ◦ green 9 ◦ blue 94

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

Shades of Jazzberry Jam #BB095E

Tints of Jazzberry Jam #BB095E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 64.48%
G = 3.1%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB095E (or 0xBB095E) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 5E. RGB value is (187,9,94). Sum of RGB (Red+Green+Blue) = 187+9+94=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB095E is #44F6A1. Grayscale: #474747. Windows color (decimal): -4519586 or 6162875. OLE color: 6162875.

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

Color convert

RGB 187 9 94 -
CMYK 0 0.95 0.50 0.27
HSL 331.35º 0.91% 0.38% -
HSV(B) 331.35º 0.95% 0.73% -
XYZ 22.61 11.57 11.63 -
YUV 71.91 140.47 210.09 -
System Red Green Blue C M Y K H S L
Decimal 187 9 94 0 0.95 0.50 0.27 331.35 0.91 0.38
Hex BB 9 5E 0 5F 32 1B 14B 5B 26
Octal 273 11 136 0 137 62 33 513 133 46
Binary 10111011 1001 1011110 0 1011111 110010 11011 101001011 1011011 100110

Color Harmonies of #BB095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB095E

Black with #BB095E

Text Example


Text Example

White with #BB095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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