Html Css Color HEX #B5176A Jazzberry Jam

📋 copy color: '#B5176A'

red 181 ◦ green 23 ◦ blue 106

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

Shades of Jazzberry Jam #B5176A

Tints of Jazzberry Jam #B5176A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 106 (41.8% from 255) = 34.19%

R = 58.39%
G = 7.42%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5176A (or 0xB5176A) is known color: Jazzberry Jam. HEX triplet: B5, 17 and 6A. RGB value is (181,23,106). Sum of RGB (Red+Green+Blue) = 181+23+106=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5176A is #4AE895. Grayscale: #4F4F4F. Windows color (decimal): -4909206 or 6952885. OLE color: 6952885.

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

Color convert

RGB 181 23 106 -
CMYK 0 0.87 0.41 0.29
HSL 328.48º 0.77% 0.4% -
HSV(B) 328.48º 0.87% 0.71% -
XYZ 21.96 11.48 14.69 -
YUV 79.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 181 23 106 0 0.87 0.41 0.29 328.48 0.77 0.4
Hex B5 17 6A 0 57 29 1D 148 4D 28
Octal 265 27 152 0 127 51 35 510 115 50
Binary 10110101 10111 1101010 0 1010111 101001 11101 101001000 1001101 101000

Color Harmonies of #B5176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5176A

Black with #B5176A

Text Example


Text Example

White with #B5176A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5176A; }

 p { color: rgb(181,23,106); }

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

background-color css

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

 a { background-color: rgb(181,23,106); }

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

border-color css

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

 span { border-color: rgb(181,23,106); }

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