Html Css Color HEX #B51B62 Jazzberry Jam

📋 copy color: '#B51B62'

red 181 ◦ green 27 ◦ blue 98

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

Shades of Jazzberry Jam #B51B62

Tints of Jazzberry Jam #B51B62

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.82%

 BLUE value IS 98 (38.67% from 255) = 32.03%

R = 59.15%
G = 8.82%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B51B62 (or 0xB51B62) is known color: Jazzberry Jam. HEX triplet: B5, 1B and 62. RGB value is (181,27,98). Sum of RGB (Red+Green+Blue) = 181+27+98=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B51B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51B62 is #4AE49D. Grayscale: #515151. Windows color (decimal): -4908190 or 6429621. OLE color: 6429621.

HSL color Cylindrical-coordinate representation of color #B51B62: hue angle of 332.34º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B51B62 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 27 98 -
CMYK 0 0.85 0.46 0.29
HSL 332.34º 0.74% 0.41% -
HSV(B) 332.34º 0.85% 0.71% -
XYZ 21.65 11.49 12.63 -
YUV 81.14 137.52 199.23 -
System Red Green Blue C M Y K H S L
Decimal 181 27 98 0 0.85 0.46 0.29 332.34 0.74 0.41
Hex B5 1B 62 0 55 2E 1D 14C 4A 29
Octal 265 33 142 0 125 56 35 514 112 51
Binary 10110101 11011 1100010 0 1010101 101110 11101 101001100 1001010 101001

Color Harmonies of #B51B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51B62

Black with #B51B62

Text Example


Text Example

White with #B51B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51B62; }

 p { color: rgb(181,27,98); }

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

background-color css

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

 a { background-color: rgb(181,27,98); }

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

border-color css

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

 span { border-color: rgb(181,27,98); }

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