Html Css Color HEX #B3195C Jazzberry Jam

📋 copy color: '#B3195C'

red 179 ◦ green 25 ◦ blue 92

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

Shades of Jazzberry Jam #B3195C

Tints of Jazzberry Jam #B3195C

RGB

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

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

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

R = 60.47%
G = 8.45%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3195C (or 0xB3195C) is known color: Jazzberry Jam. HEX triplet: B3, 19 and 5C. RGB value is (179,25,92). Sum of RGB (Red+Green+Blue) = 179+25+92=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 25 (10.16% from 255 or 8.45% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3195C is #4CE6A3. Grayscale: #4E4E4E. Windows color (decimal): -5039780 or 6035891. OLE color: 6035891.

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

Color convert

RGB 179 25 92 -
CMYK 0 0.86 0.49 0.30
HSL 333.9º 0.75% 0.4% -
HSV(B) 333.9º 0.86% 0.7% -
XYZ 20.87 11.05 11.16 -
YUV 78.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 179 25 92 0 0.86 0.49 0.30 333.9 0.75 0.4
Hex B3 19 5C 0 56 31 1E 14E 4B 28
Octal 263 31 134 0 126 61 36 516 113 50
Binary 10110011 11001 1011100 0 1010110 110001 11110 101001110 1001011 101000

Color Harmonies of #B3195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3195C

Black with #B3195C

Text Example


Text Example

White with #B3195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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