Html Css Color HEX #BB1567 Jazzberry Jam

📋 copy color: '#BB1567'

red 187 ◦ green 21 ◦ blue 103

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

Shades of Jazzberry Jam #BB1567

Tints of Jazzberry Jam #BB1567

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

 BLUE value IS 103 (40.63% from 255) = 33.12%

R = 60.13%
G = 6.75%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB1567 (or 0xBB1567) is known color: Jazzberry Jam. HEX triplet: BB, 15 and 67. RGB value is (187,21,103). Sum of RGB (Red+Green+Blue) = 187+21+103=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1567 is #44EA98. Grayscale: #4F4F4F. Windows color (decimal): -4516505 or 6755771. OLE color: 6755771.

HSL color Cylindrical-coordinate representation of color #BB1567: hue angle of 330.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1567 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 21 103 -
CMYK 0 0.89 0.45 0.27
HSL 330.36º 0.8% 0.41% -
HSV(B) 330.36º 0.89% 0.73% -
XYZ 23.21 12.08 13.94 -
YUV 79.98 141 204.33 -
System Red Green Blue C M Y K H S L
Decimal 187 21 103 0 0.89 0.45 0.27 330.36 0.8 0.41
Hex BB 15 67 0 59 2D 1B 14A 50 29
Octal 273 25 147 0 131 55 33 512 120 51
Binary 10111011 10101 1100111 0 1011001 101101 11011 101001010 1010000 101001

Color Harmonies of #BB1567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1567

Black with #BB1567

Text Example


Text Example

White with #BB1567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1567; }

 p { color: rgb(187,21,103); }

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

background-color css

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

 a { background-color: rgb(187,21,103); }

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

border-color css

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

 span { border-color: rgb(187,21,103); }

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