Html Css Color HEX #BB2267 Jazzberry Jam

📋 copy color: '#BB2267'

red 187 ◦ green 34 ◦ blue 103

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

Shades of Jazzberry Jam #BB2267

Tints of Jazzberry Jam #BB2267

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

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

R = 57.72%
G = 10.49%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB2267 (or 0xBB2267) is known color: Jazzberry Jam. HEX triplet: BB, 22 and 67. RGB value is (187,34,103). Sum of RGB (Red+Green+Blue) = 187+34+103=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2267 is #44DD98. Grayscale: #575757. Windows color (decimal): -4513177 or 6759099. OLE color: 6759099.

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

Color convert

RGB 187 34 103 -
CMYK 0 0.82 0.45 0.27
HSL 332.94º 0.69% 0.43% -
HSV(B) 332.94º 0.82% 0.73% -
XYZ 23.51 12.69 14.04 -
YUV 87.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 187 34 103 0 0.82 0.45 0.27 332.94 0.69 0.43
Hex BB 22 67 0 52 2D 1B 14D 45 2B
Octal 273 42 147 0 122 55 33 515 105 53
Binary 10111011 100010 1100111 0 1010010 101101 11011 101001101 1000101 101011

Color Harmonies of #BB2267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2267

Black with #BB2267

Text Example


Text Example

White with #BB2267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2267; }

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

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

background-color css

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

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

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

border-color css

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

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

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