Html Css Color HEX #B51164 Jazzberry Jam

📋 copy color: '#B51164'

red 181 ◦ green 17 ◦ blue 100

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

Shades of Jazzberry Jam #B51164

Tints of Jazzberry Jam #B51164

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 60.74%
G = 5.7%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B51164 (or 0xB51164) is known color: Jazzberry Jam. HEX triplet: B5, 11 and 64. RGB value is (181,17,100). Sum of RGB (Red+Green+Blue) = 181+17+100=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B51164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51164 is #4AEE9B. Grayscale: #4B4B4B. Windows color (decimal): -4910748 or 6558133. OLE color: 6558133.

HSL color Cylindrical-coordinate representation of color #B51164: hue angle of 329.63º degrees, saturation: 0.83, 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 #B51164 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 17 100 -
CMYK 0 0.91 0.45 0.29
HSL 329.63º 0.83% 0.39% -
HSV(B) 329.63º 0.91% 0.71% -
XYZ 21.56 11.14 13.07 -
YUV 75.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 181 17 100 0 0.91 0.45 0.29 329.63 0.83 0.39
Hex B5 11 64 0 5B 2D 1D 14A 53 27
Octal 265 21 144 0 133 55 35 512 123 47
Binary 10110101 10001 1100100 0 1011011 101101 11101 101001010 1010011 100111

Color Harmonies of #B51164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51164

Black with #B51164

Text Example


Text Example

White with #B51164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51164; }

 p { color: rgb(181,17,100); }

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

background-color css

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

 a { background-color: rgb(181,17,100); }

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

border-color css

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

 span { border-color: rgb(181,17,100); }

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