Html Css Color HEX #BB0756 Jazzberry Jam

📋 copy color: '#BB0756'

red 187 ◦ green 7 ◦ blue 86

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

Shades of Jazzberry Jam #BB0756

Tints of Jazzberry Jam #BB0756

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

 BLUE value IS 86 (33.98% from 255) = 30.71%

R = 66.79%
G = 2.5%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB0756 (or 0xBB0756) is known color: Jazzberry Jam. HEX triplet: BB, 07 and 56. RGB value is (187,7,86). Sum of RGB (Red+Green+Blue) = 187+7+86=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0756 is #44F8A9. Grayscale: #454545. Windows color (decimal): -4520106 or 5638075. OLE color: 5638075.

HSL color Cylindrical-coordinate representation of color #BB0756: hue angle of 333.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0756 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 86 -
CMYK 0 0.96 0.54 0.27
HSL 333.67º 0.93% 0.38% -
HSV(B) 333.67º 0.96% 0.73% -
XYZ 22.25 11.39 9.83 -
YUV 69.83 137.13 211.58 -
System Red Green Blue C M Y K H S L
Decimal 187 7 86 0 0.96 0.54 0.27 333.67 0.93 0.38
Hex BB 7 56 0 60 36 1B 14E 5D 26
Octal 273 7 126 0 140 66 33 516 135 46
Binary 10111011 111 1010110 0 1100000 110110 11011 101001110 1011101 100110

Color Harmonies of #BB0756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0756

Black with #BB0756

Text Example


Text Example

White with #BB0756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0756; }

 p { color: rgb(187,7,86); }

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

background-color css

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

 a { background-color: rgb(187,7,86); }

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

border-color css

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

 span { border-color: rgb(187,7,86); }

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