Html Css Color HEX #BB0656 Jazzberry Jam

📋 copy color: '#BB0656'

red 187 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #BB0656

Tints of Jazzberry Jam #BB0656

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

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

R = 67.03%
G = 2.15%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB0656 (or 0xBB0656) is known color: Jazzberry Jam. HEX triplet: BB, 06 and 56. RGB value is (187,6,86). Sum of RGB (Red+Green+Blue) = 187+6+86=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0656 is #44F9A9. Grayscale: #454545. Windows color (decimal): -4520362 or 5637819. OLE color: 5637819.

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

Color convert

RGB 187 6 86 -
CMYK 0 0.97 0.54 0.27
HSL 333.48º 0.94% 0.38% -
HSV(B) 333.48º 0.97% 0.73% -
XYZ 22.24 11.37 9.83 -
YUV 69.24 137.47 212 -
System Red Green Blue C M Y K H S L
Decimal 187 6 86 0 0.97 0.54 0.27 333.48 0.94 0.38
Hex BB 6 56 0 61 36 1B 14D 5E 26
Octal 273 6 126 0 141 66 33 515 136 46
Binary 10111011 110 1010110 0 1100001 110110 11011 101001101 1011110 100110

Color Harmonies of #BB0656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0656

Black with #BB0656

Text Example


Text Example

White with #BB0656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0656; }

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

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

background-color css

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

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

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

border-color css

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

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

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