Html Css Color HEX #BB136D Jazzberry Jam

📋 copy color: '#BB136D'

red 187 ◦ green 19 ◦ blue 109

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

Shades of Jazzberry Jam #BB136D

Tints of Jazzberry Jam #BB136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.03%

 BLUE value IS 109 (42.97% from 255) = 34.6%

R = 59.37%
G = 6.03%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB136D (or 0xBB136D) is known color: Jazzberry Jam. HEX triplet: BB, 13 and 6D. RGB value is (187,19,109). Sum of RGB (Red+Green+Blue) = 187+19+109=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB136D is #44EC92. Grayscale: #4F4F4F. Windows color (decimal): -4517011 or 7148475. OLE color: 7148475.

HSL color Cylindrical-coordinate representation of color #BB136D: hue angle of 327.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB136D is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 19 109 -
CMYK 0 0.90 0.42 0.27
HSL 327.86º 0.82% 0.4% -
HSV(B) 327.86º 0.9% 0.73% -
XYZ 23.49 12.13 15.57 -
YUV 79.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 187 19 109 0 0.90 0.42 0.27 327.86 0.82 0.4
Hex BB 13 6D 0 5A 2A 1B 148 52 28
Octal 273 23 155 0 132 52 33 510 122 50
Binary 10111011 10011 1101101 0 1011010 101010 11011 101001000 1010010 101000

Color Harmonies of #BB136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB136D

Black with #BB136D

Text Example


Text Example

White with #BB136D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB136D; }

 p { color: rgb(187,19,109); }

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

background-color css

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

 a { background-color: rgb(187,19,109); }

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

border-color css

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

 span { border-color: rgb(187,19,109); }

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