Html Css Color HEX #BB2265 Jazzberry Jam

📋 copy color: '#BB2265'

red 187 ◦ green 34 ◦ blue 101

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

Shades of Jazzberry Jam #BB2265

Tints of Jazzberry Jam #BB2265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.37%

R = 58.07%
G = 10.56%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB2265 (or 0xBB2265) is known color: Jazzberry Jam. HEX triplet: BB, 22 and 65. RGB value is (187,34,101). Sum of RGB (Red+Green+Blue) = 187+34+101=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2265 is #44DD9A. Grayscale: #575757. Windows color (decimal): -4513179 or 6628027. OLE color: 6628027.

HSL color Cylindrical-coordinate representation of color #BB2265: hue angle of 333.73º 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 #BB2265 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 34 101 -
CMYK 0 0.82 0.46 0.27
HSL 333.73º 0.69% 0.43% -
HSV(B) 333.73º 0.82% 0.73% -
XYZ 23.41 12.65 13.52 -
YUV 87.39 135.69 199.05 -
System Red Green Blue C M Y K H S L
Decimal 187 34 101 0 0.82 0.46 0.27 333.73 0.69 0.43
Hex BB 22 65 0 52 2E 1B 14E 45 2B
Octal 273 42 145 0 122 56 33 516 105 53
Binary 10111011 100010 1100101 0 1010010 101110 11011 101001110 1000101 101011

Color Harmonies of #BB2265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2265

Black with #BB2265

Text Example


Text Example

White with #BB2265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2265; }

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

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

background-color css

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

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

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

border-color css

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

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

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