Html Css Color HEX #B5155E Jazzberry Jam

📋 copy color: '#B5155E'

red 181 ◦ green 21 ◦ blue 94

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

Shades of Jazzberry Jam #B5155E

Tints of Jazzberry Jam #B5155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.09%

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

R = 61.15%
G = 7.09%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5155E (or 0xB5155E) is known color: Jazzberry Jam. HEX triplet: B5, 15 and 5E. RGB value is (181,21,94). Sum of RGB (Red+Green+Blue) = 181+21+94=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B5155E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5155E is #4AEAA1. Grayscale: #4D4D4D. Windows color (decimal): -4909730 or 6165941. OLE color: 6165941.

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

Color convert

RGB 181 21 94 -
CMYK 0 0.88 0.48 0.29
HSL 332.63º 0.79% 0.4% -
HSV(B) 332.63º 0.88% 0.71% -
XYZ 21.34 11.17 11.62 -
YUV 77.16 137.51 202.06 -
System Red Green Blue C M Y K H S L
Decimal 181 21 94 0 0.88 0.48 0.29 332.63 0.79 0.4
Hex B5 15 5E 0 58 30 1D 14D 4F 28
Octal 265 25 136 0 130 60 35 515 117 50
Binary 10110101 10101 1011110 0 1011000 110000 11101 101001101 1001111 101000

Color Harmonies of #B5155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5155E

Black with #B5155E

Text Example


Text Example

White with #B5155E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5155E; }

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

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

background-color css

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

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

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

border-color css

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

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

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