Html Css Color HEX #BB1665 Jazzberry Jam

📋 copy color: '#BB1665'

red 187 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #BB1665

Tints of Jazzberry Jam #BB1665

RGB

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

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

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

R = 60.32%
G = 7.1%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB1665 (or 0xBB1665) is known color: Jazzberry Jam. HEX triplet: BB, 16 and 65. RGB value is (187,22,101). Sum of RGB (Red+Green+Blue) = 187+22+101=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1665 is #44E99A. Grayscale: #505050. Windows color (decimal): -4516251 or 6624955. OLE color: 6624955.

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

Color convert

RGB 187 22 101 -
CMYK 0 0.88 0.46 0.27
HSL 331.27º 0.79% 0.41% -
HSV(B) 331.27º 0.88% 0.73% -
XYZ 23.13 12.08 13.42 -
YUV 80.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 187 22 101 0 0.88 0.46 0.27 331.27 0.79 0.41
Hex BB 16 65 0 58 2E 1B 14B 4F 29
Octal 273 26 145 0 130 56 33 513 117 51
Binary 10111011 10110 1100101 0 1011000 101110 11011 101001011 1001111 101001

Color Harmonies of #BB1665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1665

Black with #BB1665

Text Example


Text Example

White with #BB1665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1665; }

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

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

background-color css

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

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

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

border-color css

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

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

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