Html Css Color HEX #B5175D Jazzberry Jam

📋 copy color: '#B5175D'

red 181 ◦ green 23 ◦ blue 93

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

Shades of Jazzberry Jam #B5175D

Tints of Jazzberry Jam #B5175D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 60.94%
G = 7.74%
B = 31.31%

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

#B5175D (or 0xB5175D) is known color: Jazzberry Jam. HEX triplet: B5, 17 and 5D. RGB value is (181,23,93). Sum of RGB (Red+Green+Blue) = 181+23+93=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B5175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5175D is #4AE8A2. Grayscale: #4E4E4E. Windows color (decimal): -4909219 or 6100917. OLE color: 6100917.

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

Color convert

RGB 181 23 93 -
CMYK 0 0.87 0.49 0.29
HSL 333.42º 0.77% 0.4% -
HSV(B) 333.42º 0.87% 0.71% -
XYZ 21.34 11.23 11.4 -
YUV 78.22 136.35 201.31 -
System Red Green Blue C M Y K H S L
Decimal 181 23 93 0 0.87 0.49 0.29 333.42 0.77 0.4
Hex B5 17 5D 0 57 31 1D 14D 4D 28
Octal 265 27 135 0 127 61 35 515 115 50
Binary 10110101 10111 1011101 0 1010111 110001 11101 101001101 1001101 101000

Color Harmonies of #B5175D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5175D

Black with #B5175D

Text Example


Text Example

White with #B5175D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5175D; }

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

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

background-color css

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

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

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

border-color css

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

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

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