Html Css Color HEX #B3155C Jazzberry Jam

📋 copy color: '#B3155C'

red 179 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #B3155C

Tints of Jazzberry Jam #B3155C

RGB

 RED value IS 179 (70.31% from 255) = 61.3%

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

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

R = 61.3%
G = 7.19%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3155C (or 0xB3155C) is known color: Jazzberry Jam. HEX triplet: B3, 15 and 5C. RGB value is (179,21,92). Sum of RGB (Red+Green+Blue) = 179+21+92=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3155C is #4CEAA3. Grayscale: #4C4C4C. Windows color (decimal): -5040804 or 6034867. OLE color: 6034867.

HSL color Cylindrical-coordinate representation of color #B3155C: hue angle of 333.04º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3155C is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 21 92 -
CMYK 0 0.88 0.49 0.30
HSL 333.04º 0.79% 0.39% -
HSV(B) 333.04º 0.88% 0.7% -
XYZ 20.79 10.89 11.13 -
YUV 76.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 179 21 92 0 0.88 0.49 0.30 333.04 0.79 0.39
Hex B3 15 5C 0 58 31 1E 14D 4F 27
Octal 263 25 134 0 130 61 36 515 117 47
Binary 10110011 10101 1011100 0 1011000 110001 11110 101001101 1001111 100111

Color Harmonies of #B3155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3155C

Black with #B3155C

Text Example


Text Example

White with #B3155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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