Html Css Color HEX #B00547 Jazzberry Jam

📋 copy color: '#B00547'

red 176 ◦ green 5 ◦ blue 71

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

Shades of Jazzberry Jam #B00547

Tints of Jazzberry Jam #B00547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.17%

R = 69.84%
G = 1.98%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B00547 (or 0xB00547) is known color: Jazzberry Jam. HEX triplet: B0, 05 and 47. RGB value is (176,5,71). Sum of RGB (Red+Green+Blue) = 176+5+71=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B00547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00547 is #4FFAB8. Grayscale: #3F3F3F. Windows color (decimal): -5241529 or 4654512. OLE color: 4654512.

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

Color convert

RGB 176 5 71 -
CMYK 0 0.97 0.60 0.31
HSL 336.84º 0.94% 0.35% -
HSV(B) 336.84º 0.97% 0.69% -
XYZ 19.1 9.79 6.85 -
YUV 63.65 132.15 208.13 -
System Red Green Blue C M Y K H S L
Decimal 176 5 71 0 0.97 0.60 0.31 336.84 0.94 0.35
Hex B0 5 47 0 61 3C 1F 151 5E 23
Octal 260 5 107 0 141 74 37 521 136 43
Binary 10110000 101 1000111 0 1100001 111100 11111 101010001 1011110 100011

Color Harmonies of #B00547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00547

Black with #B00547

Text Example


Text Example

White with #B00547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00547; }

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

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

background-color css

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

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

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

border-color css

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

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

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