Html Css Color HEX #B5175A Jazzberry Jam

📋 copy color: '#B5175A'

red 181 ◦ green 23 ◦ blue 90

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

Shades of Jazzberry Jam #B5175A

Tints of Jazzberry Jam #B5175A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.61%

R = 61.56%
G = 7.82%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5175A (or 0xB5175A) is known color: Jazzberry Jam. HEX triplet: B5, 17 and 5A. RGB value is (181,23,90). Sum of RGB (Red+Green+Blue) = 181+23+90=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5175A is #4AE8A5. Grayscale: #4D4D4D. Windows color (decimal): -4909222 or 5904309. OLE color: 5904309.

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

Color convert

RGB 181 23 90 -
CMYK 0 0.87 0.50 0.29
HSL 334.56º 0.77% 0.4% -
HSV(B) 334.56º 0.87% 0.71% -
XYZ 21.21 11.17 10.71 -
YUV 77.88 134.85 201.55 -
System Red Green Blue C M Y K H S L
Decimal 181 23 90 0 0.87 0.50 0.29 334.56 0.77 0.4
Hex B5 17 5A 0 57 32 1D 14F 4D 28
Octal 265 27 132 0 127 62 35 517 115 50
Binary 10110101 10111 1011010 0 1010111 110010 11101 101001111 1001101 101000

Color Harmonies of #B5175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5175A

Black with #B5175A

Text Example


Text Example

White with #B5175A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5175A; }

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

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

background-color css

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

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

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

border-color css

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

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

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