Html Css Color HEX #BB1A5E Jazzberry Jam

📋 copy color: '#BB1A5E'

red 187 ◦ green 26 ◦ blue 94

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

Shades of Jazzberry Jam #BB1A5E

Tints of Jazzberry Jam #BB1A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.47%

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

R = 60.91%
G = 8.47%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB1A5E (or 0xBB1A5E) is known color: Jazzberry Jam. HEX triplet: BB, 1A and 5E. RGB value is (187,26,94). Sum of RGB (Red+Green+Blue) = 187+26+94=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A5E is #44E5A1. Grayscale: #515151. Windows color (decimal): -4515234 or 6167227. OLE color: 6167227.

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

Color convert

RGB 187 26 94 -
CMYK 0 0.86 0.50 0.27
HSL 334.66º 0.76% 0.42% -
HSV(B) 334.66º 0.86% 0.73% -
XYZ 22.88 12.11 11.72 -
YUV 81.89 134.84 202.97 -
System Red Green Blue C M Y K H S L
Decimal 187 26 94 0 0.86 0.50 0.27 334.66 0.76 0.42
Hex BB 1A 5E 0 56 32 1B 14F 4C 2A
Octal 273 32 136 0 126 62 33 517 114 52
Binary 10111011 11010 1011110 0 1010110 110010 11011 101001111 1001100 101010

Color Harmonies of #BB1A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1A5E

Black with #BB1A5E

Text Example


Text Example

White with #BB1A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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