Html Css Color HEX #BB0255 Jazzberry Jam

📋 copy color: '#BB0255'

red 187 ◦ green 2 ◦ blue 85

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

Shades of Jazzberry Jam #BB0255

Tints of Jazzberry Jam #BB0255

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 85 (33.59% from 255) = 31.02%

R = 68.25%
G = 0.73%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB0255 (or 0xBB0255) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 55. RGB value is (187,2,85). Sum of RGB (Red+Green+Blue) = 187+2+85=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0255 is #44FDAA. Grayscale: #424242. Windows color (decimal): -4521387 or 5571259. OLE color: 5571259.

HSL color Cylindrical-coordinate representation of color #BB0255: hue angle of 333.08º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0255 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 85 -
CMYK 0 0.99 0.55 0.27
HSL 333.08º 0.98% 0.37% -
HSV(B) 333.08º 0.99% 0.73% -
XYZ 22.15 11.26 9.6 -
YUV 66.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 187 2 85 0 0.99 0.55 0.27 333.08 0.98 0.37
Hex BB 2 55 0 63 37 1B 14D 62 25
Octal 273 2 125 0 143 67 33 515 142 45
Binary 10111011 10 1010101 0 1100011 110111 11011 101001101 1100010 100101

Color Harmonies of #BB0255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0255

Black with #BB0255

Text Example


Text Example

White with #BB0255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0255; }

 p { color: rgb(187,2,85); }

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

background-color css

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

 a { background-color: rgb(187,2,85); }

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

border-color css

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

 span { border-color: rgb(187,2,85); }

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