Html Css Color HEX #BB1B5F Jazzberry Jam

📋 copy color: '#BB1B5F'

red 187 ◦ green 27 ◦ blue 95

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

Shades of Jazzberry Jam #BB1B5F

Tints of Jazzberry Jam #BB1B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.74%

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 60.52%
G = 8.74%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB1B5F (or 0xBB1B5F) is known color: Jazzberry Jam. HEX triplet: BB, 1B and 5F. RGB value is (187,27,95). Sum of RGB (Red+Green+Blue) = 187+27+95=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 27 (10.94% from 255 or 8.74% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1B5F is #44E4A0. Grayscale: #525252. Windows color (decimal): -4514977 or 6233019. OLE color: 6233019.

HSL color Cylindrical-coordinate representation of color #BB1B5F: hue angle of 334.5º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B5F is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 27 95 -
CMYK 0 0.86 0.49 0.27
HSL 334.5º 0.75% 0.42% -
HSV(B) 334.5º 0.86% 0.73% -
XYZ 22.95 12.17 11.97 -
YUV 82.59 135.01 202.47 -
System Red Green Blue C M Y K H S L
Decimal 187 27 95 0 0.86 0.49 0.27 334.5 0.75 0.42
Hex BB 1B 5F 0 56 31 1B 14E 4B 2A
Octal 273 33 137 0 126 61 33 516 113 52
Binary 10111011 11011 1011111 0 1010110 110001 11011 101001110 1001011 101010

Color Harmonies of #BB1B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1B5F

Black with #BB1B5F

Text Example


Text Example

White with #BB1B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1B5F; }

 p { color: rgb(187,27,95); }

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

background-color css

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

 a { background-color: rgb(187,27,95); }

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

border-color css

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

 span { border-color: rgb(187,27,95); }

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