Html Css Color HEX #BB175B Jazzberry Jam

📋 copy color: '#BB175B'

red 187 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #BB175B

Tints of Jazzberry Jam #BB175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 62.13%
G = 7.64%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB175B (or 0xBB175B) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 5B. RGB value is (187,23,91). Sum of RGB (Red+Green+Blue) = 187+23+91=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB175B is #44E8A4. Grayscale: #4F4F4F. Windows color (decimal): -4516005 or 5969851. OLE color: 5969851.

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

Color convert

RGB 187 23 91 -
CMYK 0 0.88 0.51 0.27
HSL 335.12º 0.78% 0.41% -
HSV(B) 335.12º 0.88% 0.73% -
XYZ 22.69 11.93 11.01 -
YUV 79.79 134.33 204.47 -
System Red Green Blue C M Y K H S L
Decimal 187 23 91 0 0.88 0.51 0.27 335.12 0.78 0.41
Hex BB 17 5B 0 58 33 1B 14F 4E 29
Octal 273 27 133 0 130 63 33 517 116 51
Binary 10111011 10111 1011011 0 1011000 110011 11011 101001111 1001110 101001

Color Harmonies of #BB175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB175B

Black with #BB175B

Text Example


Text Example

White with #BB175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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