Html Css Color HEX #B51970 Jazzberry Jam

📋 copy color: '#B51970'

red 181 ◦ green 25 ◦ blue 112

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

Shades of Jazzberry Jam #B51970

Tints of Jazzberry Jam #B51970

RGB

 RED value IS 181 (71.09% from 255) = 56.92%

 GREEN value IS 25 (10.16% from 255) = 7.86%

 BLUE value IS 112 (44.14% from 255) = 35.22%

R = 56.92%
G = 7.86%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B51970 (or 0xB51970) is known color: Jazzberry Jam. HEX triplet: B5, 19 and 70. RGB value is (181,25,112). Sum of RGB (Red+Green+Blue) = 181+25+112=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B51970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51970 is #4AE68F. Grayscale: #515151. Windows color (decimal): -4908688 or 7346613. OLE color: 7346613.

HSL color Cylindrical-coordinate representation of color #B51970: hue angle of 326.54º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51970 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 25 112 -
CMYK 0 0.86 0.38 0.29
HSL 326.54º 0.76% 0.4% -
HSV(B) 326.54º 0.86% 0.71% -
XYZ 22.33 11.69 16.41 -
YUV 81.56 145.18 198.93 -
System Red Green Blue C M Y K H S L
Decimal 181 25 112 0 0.86 0.38 0.29 326.54 0.76 0.4
Hex B5 19 70 0 56 26 1D 147 4C 28
Octal 265 31 160 0 126 46 35 507 114 50
Binary 10110101 11001 1110000 0 1010110 100110 11101 101000111 1001100 101000

Color Harmonies of #B51970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51970

Black with #B51970

Text Example


Text Example

White with #B51970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51970; }

 p { color: rgb(181,25,112); }

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

background-color css

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

 a { background-color: rgb(181,25,112); }

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

border-color css

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

 span { border-color: rgb(181,25,112); }

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