Html Css Color HEX #BB095A Jazzberry Jam

📋 copy color: '#BB095A'

red 187 ◦ green 9 ◦ blue 90

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

Shades of Jazzberry Jam #BB095A

Tints of Jazzberry Jam #BB095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 65.38%
G = 3.15%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB095A (or 0xBB095A) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 5A. RGB value is (187,9,90). Sum of RGB (Red+Green+Blue) = 187+9+90=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB095A is #44F6A5. Grayscale: #474747. Windows color (decimal): -4519590 or 5900731. OLE color: 5900731.

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

Color convert

RGB 187 9 90 -
CMYK 0 0.95 0.52 0.27
HSL 332.7º 0.91% 0.38% -
HSV(B) 332.7º 0.95% 0.73% -
XYZ 22.44 11.5 10.71 -
YUV 71.46 138.47 210.41 -
System Red Green Blue C M Y K H S L
Decimal 187 9 90 0 0.95 0.52 0.27 332.7 0.91 0.38
Hex BB 9 5A 0 5F 34 1B 14D 5B 26
Octal 273 11 132 0 137 64 33 515 133 46
Binary 10111011 1001 1011010 0 1011111 110100 11011 101001101 1011011 100110

Color Harmonies of #BB095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB095A

Black with #BB095A

Text Example


Text Example

White with #BB095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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