Html Css Color HEX #BB0257 Jazzberry Jam

📋 copy color: '#BB0257'

red 187 ◦ green 2 ◦ blue 87

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

Shades of Jazzberry Jam #BB0257

Tints of Jazzberry Jam #BB0257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 31.52%

R = 67.75%
G = 0.72%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB0257 (or 0xBB0257) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 57. RGB value is (187,2,87). Sum of RGB (Red+Green+Blue) = 187+2+87=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0257 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0257 is #44FDA8. Grayscale: #424242. Windows color (decimal): -4521385 or 5702331. OLE color: 5702331.

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

Color convert

RGB 187 2 87 -
CMYK 0 0.99 0.53 0.27
HSL 332.43º 0.98% 0.37% -
HSV(B) 332.43º 0.99% 0.73% -
XYZ 22.24 11.3 10.03 -
YUV 67.01 139.29 213.59 -
System Red Green Blue C M Y K H S L
Decimal 187 2 87 0 0.99 0.53 0.27 332.43 0.98 0.37
Hex BB 2 57 0 63 35 1B 14C 62 25
Octal 273 2 127 0 143 65 33 514 142 45
Binary 10111011 10 1010111 0 1100011 110101 11011 101001100 1100010 100101

Color Harmonies of #BB0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0257

Black with #BB0257

Text Example


Text Example

White with #BB0257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0257; }

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

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

background-color css

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

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

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

border-color css

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

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

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