Html Css Color HEX #BB024B Jazzberry Jam

📋 copy color: '#BB024B'

red 187 ◦ green 2 ◦ blue 75

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

Shades of Jazzberry Jam #BB024B

Tints of Jazzberry Jam #BB024B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.41%

R = 70.83%
G = 0.76%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB024B (or 0xBB024B) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 4B. RGB value is (187,2,75). Sum of RGB (Red+Green+Blue) = 187+2+75=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB024B is #44FDB4. Grayscale: #414141. Windows color (decimal): -4521397 or 4915899. OLE color: 4915899.

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

Color convert

RGB 187 2 75 -
CMYK 0 0.99 0.60 0.27
HSL 336.32º 0.98% 0.37% -
HSV(B) 336.32º 0.99% 0.73% -
XYZ 21.79 11.12 7.65 -
YUV 65.64 133.29 214.56 -
System Red Green Blue C M Y K H S L
Decimal 187 2 75 0 0.99 0.60 0.27 336.32 0.98 0.37
Hex BB 2 4B 0 63 3C 1B 150 62 25
Octal 273 2 113 0 143 74 33 520 142 45
Binary 10111011 10 1001011 0 1100011 111100 11011 101010000 1100010 100101

Color Harmonies of #BB024B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB024B

Black with #BB024B

Text Example


Text Example

White with #BB024B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB024B; }

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

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

background-color css

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

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

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

border-color css

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

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

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