Html Css Color HEX #B5155C Jazzberry Jam

📋 copy color: '#B5155C'

red 181 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #B5155C

Tints of Jazzberry Jam #B5155C

RGB

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

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

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

R = 61.56%
G = 7.14%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5155C (or 0xB5155C) is known color: Jazzberry Jam. HEX triplet: B5, 15 and 5C. RGB value is (181,21,92). Sum of RGB (Red+Green+Blue) = 181+21+92=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5155C is #4AEAA3. Grayscale: #4C4C4C. Windows color (decimal): -4909732 or 6034869. OLE color: 6034869.

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

Color convert

RGB 181 21 92 -
CMYK 0 0.88 0.49 0.29
HSL 333.38º 0.79% 0.4% -
HSV(B) 333.38º 0.88% 0.71% -
XYZ 21.26 11.13 11.15 -
YUV 76.93 136.51 202.23 -
System Red Green Blue C M Y K H S L
Decimal 181 21 92 0 0.88 0.49 0.29 333.38 0.79 0.4
Hex B5 15 5C 0 58 31 1D 14D 4F 28
Octal 265 25 134 0 130 61 35 515 117 50
Binary 10110101 10101 1011100 0 1011000 110001 11101 101001101 1001111 101000

Color Harmonies of #B5155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5155C

Black with #B5155C

Text Example


Text Example

White with #B5155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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