Html Css Color HEX #B00550 Jazzberry Jam

📋 copy color: '#B00550'

red 176 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #B00550

Tints of Jazzberry Jam #B00550

RGB

 RED value IS 176 (69.14% from 255) = 67.43%

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 67.43%
G = 1.92%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B00550 (or 0xB00550) is known color: Jazzberry Jam. HEX triplet: B0, 05 and 50. RGB value is (176,5,80). Sum of RGB (Red+Green+Blue) = 176+5+80=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B00550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00550 is #4FFAAF. Grayscale: #404040. Windows color (decimal): -5241520 or 5244336. OLE color: 5244336.

HSL color Cylindrical-coordinate representation of color #B00550: hue angle of 333.68º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00550 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 5 80 -
CMYK 0 0.97 0.55 0.31
HSL 333.68º 0.94% 0.35% -
HSV(B) 333.68º 0.97% 0.69% -
XYZ 19.41 9.92 8.48 -
YUV 64.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 176 5 80 0 0.97 0.55 0.31 333.68 0.94 0.35
Hex B0 5 50 0 61 37 1F 14E 5E 23
Octal 260 5 120 0 141 67 37 516 136 43
Binary 10110000 101 1010000 0 1100001 110111 11111 101001110 1011110 100011

Color Harmonies of #B00550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00550

Black with #B00550

Text Example


Text Example

White with #B00550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00550; }

 p { color: rgb(176,5,80); }

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

background-color css

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

 a { background-color: rgb(176,5,80); }

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

border-color css

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

 span { border-color: rgb(176,5,80); }

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