Html Css Color HEX #B51070 Jazzberry Jam

📋 copy color: '#B51070'

red 181 ◦ green 16 ◦ blue 112

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

Shades of Jazzberry Jam #B51070

Tints of Jazzberry Jam #B51070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.18%

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

R = 58.58%
G = 5.18%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B51070 (or 0xB51070) is known color: Jazzberry Jam. HEX triplet: B5, 10 and 70. RGB value is (181,16,112). Sum of RGB (Red+Green+Blue) = 181+16+112=309 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.58% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 181 - color contains mainly: red. Hex color #B51070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51070 is #4AEF8F. Grayscale: #4C4C4C. Windows color (decimal): -4910992 or 7344309. OLE color: 7344309.

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

Color convert

RGB 181 16 112 -
CMYK 0 0.91 0.38 0.29
HSL 325.09º 0.84% 0.39% -
HSV(B) 325.09º 0.91% 0.71% -
XYZ 22.17 11.36 16.35 -
YUV 76.28 148.16 202.69 -
System Red Green Blue C M Y K H S L
Decimal 181 16 112 0 0.91 0.38 0.29 325.09 0.84 0.39
Hex B5 10 70 0 5B 26 1D 145 54 27
Octal 265 20 160 0 133 46 35 505 124 47
Binary 10110101 10000 1110000 0 1011011 100110 11101 101000101 1010100 100111

Color Harmonies of #B51070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51070

Black with #B51070

Text Example


Text Example

White with #B51070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51070; }

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

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

background-color css

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

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

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

border-color css

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

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

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