Html Css Color HEX #B51154 Jazzberry Jam

📋 copy color: '#B51154'

red 181 ◦ green 17 ◦ blue 84

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

Shades of Jazzberry Jam #B51154

Tints of Jazzberry Jam #B51154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.79%

R = 64.18%
G = 6.03%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B51154 (or 0xB51154) is known color: Jazzberry Jam. HEX triplet: B5, 11 and 54. RGB value is (181,17,84). Sum of RGB (Red+Green+Blue) = 181+17+84=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B51154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51154 is #4AEEAB. Grayscale: #494949. Windows color (decimal): -4910764 or 5509557. OLE color: 5509557.

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

Color convert

RGB 181 17 84 -
CMYK 0 0.91 0.54 0.29
HSL 335.49º 0.83% 0.39% -
HSV(B) 335.49º 0.91% 0.71% -
XYZ 20.86 10.86 9.39 -
YUV 73.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 181 17 84 0 0.91 0.54 0.29 335.49 0.83 0.39
Hex B5 11 54 0 5B 36 1D 14F 53 27
Octal 265 21 124 0 133 66 35 517 123 47
Binary 10110101 10001 1010100 0 1011011 110110 11101 101001111 1010011 100111

Color Harmonies of #B51154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51154

Black with #B51154

Text Example


Text Example

White with #B51154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51154; }

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

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

background-color css

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

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

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

border-color css

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

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

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