Html Css Color HEX #BB0450 Jazzberry Jam

📋 copy color: '#BB0450'

red 187 ◦ green 4 ◦ blue 80

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

Shades of Jazzberry Jam #BB0450

Tints of Jazzberry Jam #BB0450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 69%
G = 1.48%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB0450 (or 0xBB0450) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 50. RGB value is (187,4,80). Sum of RGB (Red+Green+Blue) = 187+4+80=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0450 is #44FBAF. Grayscale: #434343. Windows color (decimal): -4520880 or 5244091. OLE color: 5244091.

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

Color convert

RGB 187 4 80 -
CMYK 0 0.98 0.57 0.27
HSL 335.08º 0.96% 0.37% -
HSV(B) 335.08º 0.98% 0.73% -
XYZ 21.98 11.23 8.6 -
YUV 67.38 135.13 213.32 -
System Red Green Blue C M Y K H S L
Decimal 187 4 80 0 0.98 0.57 0.27 335.08 0.96 0.37
Hex BB 4 50 0 62 39 1B 14F 60 25
Octal 273 4 120 0 142 71 33 517 140 45
Binary 10111011 100 1010000 0 1100010 111001 11011 101001111 1100000 100101

Color Harmonies of #BB0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0450

Black with #BB0450

Text Example


Text Example

White with #BB0450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0450; }

 p { color: rgb(187,4,80); }

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

background-color css

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

 a { background-color: rgb(187,4,80); }

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

border-color css

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

 span { border-color: rgb(187,4,80); }

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