Html Css Color HEX #BB195F Jazzberry Jam

📋 copy color: '#BB195F'

red 187 ◦ green 25 ◦ blue 95

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

Shades of Jazzberry Jam #BB195F

Tints of Jazzberry Jam #BB195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 60.91%
G = 8.14%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB195F (or 0xBB195F) is known color: Jazzberry Jam. HEX triplet: BB, 19 and 5F. RGB value is (187,25,95). Sum of RGB (Red+Green+Blue) = 187+25+95=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB195F is #44E6A0. Grayscale: #515151. Windows color (decimal): -4515489 or 6232507. OLE color: 6232507.

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

Color convert

RGB 187 25 95 -
CMYK 0 0.87 0.49 0.27
HSL 334.07º 0.76% 0.42% -
HSV(B) 334.07º 0.87% 0.73% -
XYZ 22.91 12.09 11.95 -
YUV 81.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 187 25 95 0 0.87 0.49 0.27 334.07 0.76 0.42
Hex BB 19 5F 0 57 31 1B 14E 4C 2A
Octal 273 31 137 0 127 61 33 516 114 52
Binary 10111011 11001 1011111 0 1010111 110001 11011 101001110 1001100 101010

Color Harmonies of #BB195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB195F

Black with #BB195F

Text Example


Text Example

White with #BB195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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