Html Css Color HEX #BB1967 Jazzberry Jam

📋 copy color: '#BB1967'

red 187 ◦ green 25 ◦ blue 103

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

Shades of Jazzberry Jam #BB1967

Tints of Jazzberry Jam #BB1967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.94%

 BLUE value IS 103 (40.63% from 255) = 32.7%

R = 59.37%
G = 7.94%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB1967 (or 0xBB1967) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 67. RGB value is (187,25,103). Sum of RGB (Red+Green+Blue) = 187+25+103=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1967 is #44E698. Grayscale: #525252. Windows color (decimal): -4515481 or 6756795. OLE color: 6756795.

HSL color Cylindrical-coordinate representation of color #BB1967: hue angle of 331.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1967 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 103 -
CMYK 0 0.87 0.45 0.27
HSL 331.11º 0.76% 0.42% -
HSV(B) 331.11º 0.87% 0.73% -
XYZ 23.29 12.24 13.97 -
YUV 82.33 139.67 202.66 -
System Red Green Blue C M Y K H S L
Decimal 187 25 103 0 0.87 0.45 0.27 331.11 0.76 0.42
Hex BB 19 67 0 57 2D 1B 14B 4C 2A
Octal 273 31 147 0 127 55 33 513 114 52
Binary 10111011 11001 1100111 0 1010111 101101 11011 101001011 1001100 101010

Color Harmonies of #BB1967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1967

Black with #BB1967

Text Example


Text Example

White with #BB1967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1967; }

 p { color: rgb(187,25,103); }

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

background-color css

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

 a { background-color: rgb(187,25,103); }

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

border-color css

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

 span { border-color: rgb(187,25,103); }

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