Html Css Color HEX #BB135B Jazzberry Jam

📋 copy color: '#BB135B'

red 187 ◦ green 19 ◦ blue 91

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

Shades of Jazzberry Jam #BB135B

Tints of Jazzberry Jam #BB135B

RGB

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

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

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

R = 62.96%
G = 6.4%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB135B (or 0xBB135B) is known color: Jazzberry Jam. HEX triplet: BB, 13 and 5B. RGB value is (187,19,91). Sum of RGB (Red+Green+Blue) = 187+19+91=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB135B is #44ECA4. Grayscale: #4D4D4D. Windows color (decimal): -4517029 or 5968827. OLE color: 5968827.

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

Color convert

RGB 187 19 91 -
CMYK 0 0.90 0.51 0.27
HSL 334.29º 0.82% 0.4% -
HSV(B) 334.29º 0.9% 0.73% -
XYZ 22.61 11.79 10.98 -
YUV 77.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 187 19 91 0 0.90 0.51 0.27 334.29 0.82 0.4
Hex BB 13 5B 0 5A 33 1B 14E 52 28
Octal 273 23 133 0 132 63 33 516 122 50
Binary 10111011 10011 1011011 0 1011010 110011 11011 101001110 1010010 101000

Color Harmonies of #BB135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB135B

Black with #BB135B

Text Example


Text Example

White with #BB135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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