Html Css Color HEX #BB1667 Jazzberry Jam

📋 copy color: '#BB1667'

red 187 ◦ green 22 ◦ blue 103

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

Shades of Jazzberry Jam #BB1667

Tints of Jazzberry Jam #BB1667

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.05%

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

R = 59.94%
G = 7.05%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB1667 (or 0xBB1667) is known color: Jazzberry Jam. HEX triplet: BB, 16 and 67. RGB value is (187,22,103). Sum of RGB (Red+Green+Blue) = 187+22+103=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1667 is #44E998. Grayscale: #505050. Windows color (decimal): -4516249 or 6756027. OLE color: 6756027.

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

Color convert

RGB 187 22 103 -
CMYK 0 0.88 0.45 0.27
HSL 330.55º 0.79% 0.41% -
HSV(B) 330.55º 0.88% 0.73% -
XYZ 23.23 12.12 13.95 -
YUV 80.57 140.66 203.91 -
System Red Green Blue C M Y K H S L
Decimal 187 22 103 0 0.88 0.45 0.27 330.55 0.79 0.41
Hex BB 16 67 0 58 2D 1B 14B 4F 29
Octal 273 26 147 0 130 55 33 513 117 51
Binary 10111011 10110 1100111 0 1011000 101101 11011 101001011 1001111 101001

Color Harmonies of #BB1667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1667

Black with #BB1667

Text Example


Text Example

White with #BB1667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1667; }

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

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

background-color css

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

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

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

border-color css

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

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

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