Html Css Color HEX #BB1769 Jazzberry Jam

📋 copy color: '#BB1769'

red 187 ◦ green 23 ◦ blue 105

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

Shades of Jazzberry Jam #BB1769

Tints of Jazzberry Jam #BB1769

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 59.37%
G = 7.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB1769 (or 0xBB1769) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 69. RGB value is (187,23,105). Sum of RGB (Red+Green+Blue) = 187+23+105=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1769 is #44E896. Grayscale: #515151. Windows color (decimal): -4515991 or 6887355. OLE color: 6887355.

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

Color convert

RGB 187 23 105 -
CMYK 0 0.88 0.44 0.27
HSL 330º 0.78% 0.41% -
HSV(B) 330º 0.88% 0.73% -
XYZ 23.35 12.2 14.49 -
YUV 81.38 141.33 203.33 -
System Red Green Blue C M Y K H S L
Decimal 187 23 105 0 0.88 0.44 0.27 330 0.78 0.41
Hex BB 17 69 0 58 2C 1B 14A 4E 29
Octal 273 27 151 0 130 54 33 512 116 51
Binary 10111011 10111 1101001 0 1011000 101100 11011 101001010 1001110 101001

Color Harmonies of #BB1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1769

Black with #BB1769

Text Example


Text Example

White with #BB1769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1769; }

 p { color: rgb(187,23,105); }

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

background-color css

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

 a { background-color: rgb(187,23,105); }

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

border-color css

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

 span { border-color: rgb(187,23,105); }

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