Html Css Color HEX #BB1467 Jazzberry Jam

📋 copy color: '#BB1467'

red 187 ◦ green 20 ◦ blue 103

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

Shades of Jazzberry Jam #BB1467

Tints of Jazzberry Jam #BB1467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

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

R = 60.32%
G = 6.45%
B = 33.23%

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

#BB1467 (or 0xBB1467) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 67. RGB value is (187,20,103). Sum of RGB (Red+Green+Blue) = 187+20+103=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1467 is #44EB98. Grayscale: #4F4F4F. Windows color (decimal): -4516761 or 6755515. OLE color: 6755515.

HSL color Cylindrical-coordinate representation of color #BB1467: hue angle of 330.18º degrees, saturation: 0.81, 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 #BB1467 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 103 -
CMYK 0 0.89 0.45 0.27
HSL 330.18º 0.81% 0.41% -
HSV(B) 330.18º 0.89% 0.73% -
XYZ 23.19 12.04 13.93 -
YUV 79.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 187 20 103 0 0.89 0.45 0.27 330.18 0.81 0.41
Hex BB 14 67 0 59 2D 1B 14A 51 29
Octal 273 24 147 0 131 55 33 512 121 51
Binary 10111011 10100 1100111 0 1011001 101101 11011 101001010 1010001 101001

Color Harmonies of #BB1467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1467

Black with #BB1467

Text Example


Text Example

White with #BB1467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1467; }

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

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

background-color css

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

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

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

border-color css

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

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

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