Html Css Color HEX #B5195D Jazzberry Jam

📋 copy color: '#B5195D'

red 181 ◦ green 25 ◦ blue 93

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

Shades of Jazzberry Jam #B5195D

Tints of Jazzberry Jam #B5195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

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

R = 60.54%
G = 8.36%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5195D (or 0xB5195D) is known color: Jazzberry Jam. HEX triplet: B5, 19 and 5D. RGB value is (181,25,93). Sum of RGB (Red+Green+Blue) = 181+25+93=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B5195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5195D is #4AE6A2. Grayscale: #4F4F4F. Windows color (decimal): -4908707 or 6101429. OLE color: 6101429.

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

Color convert

RGB 181 25 93 -
CMYK 0 0.86 0.49 0.29
HSL 333.85º 0.76% 0.4% -
HSV(B) 333.85º 0.86% 0.71% -
XYZ 21.38 11.31 11.41 -
YUV 79.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 181 25 93 0 0.86 0.49 0.29 333.85 0.76 0.4
Hex B5 19 5D 0 56 31 1D 14E 4C 28
Octal 265 31 135 0 126 61 35 516 114 50
Binary 10110101 11001 1011101 0 1010110 110001 11101 101001110 1001100 101000

Color Harmonies of #B5195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5195D

Black with #B5195D

Text Example


Text Example

White with #B5195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5195D; }

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

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

background-color css

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

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

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

border-color css

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

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

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