Html Css Color HEX #BB1E69 Jazzberry Jam

📋 copy color: '#BB1E69'

red 187 ◦ green 30 ◦ blue 105

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

Shades of Jazzberry Jam #BB1E69

Tints of Jazzberry Jam #BB1E69

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.32%

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

R = 58.07%
G = 9.32%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB1E69 (or 0xBB1E69) is known color: Jazzberry Jam. HEX triplet: BB, 1E and 69. RGB value is (187,30,105). Sum of RGB (Red+Green+Blue) = 187+30+105=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1E69 is #44E196. Grayscale: #555555. Windows color (decimal): -4514199 or 6889147. OLE color: 6889147.

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

Color convert

RGB 187 30 105 -
CMYK 0 0.84 0.44 0.27
HSL 331.34º 0.72% 0.43% -
HSV(B) 331.34º 0.84% 0.73% -
XYZ 23.51 12.51 14.54 -
YUV 85.49 139.01 200.4 -
System Red Green Blue C M Y K H S L
Decimal 187 30 105 0 0.84 0.44 0.27 331.34 0.72 0.43
Hex BB 1E 69 0 54 2C 1B 14B 48 2B
Octal 273 36 151 0 124 54 33 513 110 53
Binary 10111011 11110 1101001 0 1010100 101100 11011 101001011 1001000 101011

Color Harmonies of #BB1E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1E69

Black with #BB1E69

Text Example


Text Example

White with #BB1E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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