Html Css Color HEX #B5175C Jazzberry Jam

📋 copy color: '#B5175C'

red 181 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #B5175C

Tints of Jazzberry Jam #B5175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.08%

R = 61.15%
G = 7.77%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5175C (or 0xB5175C) is known color: Jazzberry Jam. HEX triplet: B5, 17 and 5C. RGB value is (181,23,92). Sum of RGB (Red+Green+Blue) = 181+23+92=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5175C is #4AE8A3. Grayscale: #4D4D4D. Windows color (decimal): -4909220 or 6035381. OLE color: 6035381.

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

Color convert

RGB 181 23 92 -
CMYK 0 0.87 0.49 0.29
HSL 333.8º 0.77% 0.4% -
HSV(B) 333.8º 0.87% 0.71% -
XYZ 21.29 11.21 11.17 -
YUV 78.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 181 23 92 0 0.87 0.49 0.29 333.8 0.77 0.4
Hex B5 17 5C 0 57 31 1D 14E 4D 28
Octal 265 27 134 0 127 61 35 516 115 50
Binary 10110101 10111 1011100 0 1010111 110001 11101 101001110 1001101 101000

Color Harmonies of #B5175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5175C

Black with #B5175C

Text Example


Text Example

White with #B5175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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