Html Css Color HEX #BB175C Jazzberry Jam

📋 copy color: '#BB175C'

red 187 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #BB175C

Tints of Jazzberry Jam #BB175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 61.92%
G = 7.62%
B = 30.46%

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

#BB175C (or 0xBB175C) is known color: Jazzberry Jam. HEX triplet: BB, 17 and 5C. RGB value is (187,23,92). Sum of RGB (Red+Green+Blue) = 187+23+92=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB175C is #44E8A3. Grayscale: #4F4F4F. Windows color (decimal): -4516004 or 6035387. OLE color: 6035387.

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

Color convert

RGB 187 23 92 -
CMYK 0 0.88 0.51 0.27
HSL 334.76º 0.78% 0.41% -
HSV(B) 334.76º 0.88% 0.73% -
XYZ 22.73 11.95 11.23 -
YUV 79.9 134.83 204.39 -
System Red Green Blue C M Y K H S L
Decimal 187 23 92 0 0.88 0.51 0.27 334.76 0.78 0.41
Hex BB 17 5C 0 58 33 1B 14F 4E 29
Octal 273 27 134 0 130 63 33 517 116 51
Binary 10111011 10111 1011100 0 1011000 110011 11011 101001111 1001110 101001

Color Harmonies of #BB175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB175C

Black with #BB175C

Text Example


Text Example

White with #BB175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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