Html Css Color HEX #B5195E Jazzberry Jam

📋 copy color: '#B5195E'

red 181 ◦ green 25 ◦ blue 94

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

Shades of Jazzberry Jam #B5195E

Tints of Jazzberry Jam #B5195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.33%

R = 60.33%
G = 8.33%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5195E (or 0xB5195E) is known color: Jazzberry Jam. HEX triplet: B5, 19 and 5E. RGB value is (181,25,94). Sum of RGB (Red+Green+Blue) = 181+25+94=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B5195E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5195E is #4AE6A1. Grayscale: #4F4F4F. Windows color (decimal): -4908706 or 6166965. OLE color: 6166965.

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

Color convert

RGB 181 25 94 -
CMYK 0 0.86 0.48 0.29
HSL 333.46º 0.76% 0.4% -
HSV(B) 333.46º 0.86% 0.71% -
XYZ 21.42 11.33 11.65 -
YUV 79.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 181 25 94 0 0.86 0.48 0.29 333.46 0.76 0.4
Hex B5 19 5E 0 56 30 1D 14D 4C 28
Octal 265 31 136 0 126 60 35 515 114 50
Binary 10110101 11001 1011110 0 1010110 110000 11101 101001101 1001100 101000

Color Harmonies of #B5195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5195E

Black with #B5195E

Text Example


Text Example

White with #B5195E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5195E; }

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

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

background-color css

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

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

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

border-color css

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

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

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