Html Css Color HEX #BB145D Jazzberry Jam

📋 copy color: '#BB145D'

red 187 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #BB145D

Tints of Jazzberry Jam #BB145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

 BLUE value IS 93 (36.72% from 255) = 31%

R = 62.33%
G = 6.67%
B = 31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB145D (or 0xBB145D) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 5D. RGB value is (187,20,93). Sum of RGB (Red+Green+Blue) = 187+20+93=300 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.33% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 187 - color contains mainly: red. Hex color #BB145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB145D is #44EBA2. Grayscale: #4E4E4E. Windows color (decimal): -4516771 or 6100155. OLE color: 6100155.

HSL color Cylindrical-coordinate representation of color #BB145D: hue angle of 333.77º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB145D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 93 -
CMYK 0 0.89 0.50 0.27
HSL 333.77º 0.81% 0.41% -
HSV(B) 333.77º 0.89% 0.73% -
XYZ 22.72 11.86 11.45 -
YUV 78.26 136.33 205.56 -
System Red Green Blue C M Y K H S L
Decimal 187 20 93 0 0.89 0.50 0.27 333.77 0.81 0.41
Hex BB 14 5D 0 59 32 1B 14E 51 29
Octal 273 24 135 0 131 62 33 516 121 51
Binary 10111011 10100 1011101 0 1011001 110010 11011 101001110 1010001 101001

Color Harmonies of #BB145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB145D

Black with #BB145D

Text Example


Text Example

White with #BB145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB145D; }

 p { color: rgb(187,20,93); }

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

background-color css

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

 a { background-color: rgb(187,20,93); }

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

border-color css

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

 span { border-color: rgb(187,20,93); }

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