Html Css Color HEX #BB1965 Jazzberry Jam

📋 copy color: '#BB1965'

red 187 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #BB1965

Tints of Jazzberry Jam #BB1965

RGB

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

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

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

R = 59.74%
G = 7.99%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB1965 (or 0xBB1965) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 65. RGB value is (187,25,101). Sum of RGB (Red+Green+Blue) = 187+25+101=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1965 is #44E69A. Grayscale: #515151. Windows color (decimal): -4515483 or 6625723. OLE color: 6625723.

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

Color convert

RGB 187 25 101 -
CMYK 0 0.87 0.46 0.27
HSL 331.85º 0.76% 0.42% -
HSV(B) 331.85º 0.87% 0.73% -
XYZ 23.19 12.2 13.44 -
YUV 82.1 138.67 202.82 -
System Red Green Blue C M Y K H S L
Decimal 187 25 101 0 0.87 0.46 0.27 331.85 0.76 0.42
Hex BB 19 65 0 57 2E 1B 14C 4C 2A
Octal 273 31 145 0 127 56 33 514 114 52
Binary 10111011 11001 1100101 0 1010111 101110 11011 101001100 1001100 101010

Color Harmonies of #BB1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1965

Black with #BB1965

Text Example


Text Example

White with #BB1965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1965; }

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

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

background-color css

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

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

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

border-color css

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

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

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