Html Css Color HEX #BB1265 Jazzberry Jam

📋 copy color: '#BB1265'

red 187 ◦ green 18 ◦ blue 101

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

Shades of Jazzberry Jam #BB1265

Tints of Jazzberry Jam #BB1265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.88%

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

R = 61.11%
G = 5.88%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB1265 (or 0xBB1265) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 65. RGB value is (187,18,101). Sum of RGB (Red+Green+Blue) = 187+18+101=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1265 is #44ED9A. Grayscale: #4D4D4D. Windows color (decimal): -4517275 or 6623931. OLE color: 6623931.

HSL color Cylindrical-coordinate representation of color #BB1265: hue angle of 330.53º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1265 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 101 -
CMYK 0 0.90 0.46 0.27
HSL 330.53º 0.82% 0.4% -
HSV(B) 330.53º 0.9% 0.73% -
XYZ 23.06 11.94 13.4 -
YUV 77.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 187 18 101 0 0.90 0.46 0.27 330.53 0.82 0.4
Hex BB 12 65 0 5A 2E 1B 14B 52 28
Octal 273 22 145 0 132 56 33 513 122 50
Binary 10111011 10010 1100101 0 1011010 101110 11011 101001011 1010010 101000

Color Harmonies of #BB1265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1265

Black with #BB1265

Text Example


Text Example

White with #BB1265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1265; }

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

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

background-color css

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

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

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

border-color css

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

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

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