Html Css Color HEX #B3175C Jazzberry Jam

📋 copy color: '#B3175C'

red 179 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #B3175C

Tints of Jazzberry Jam #B3175C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.82%

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

R = 60.88%
G = 7.82%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3175C (or 0xB3175C) is known color: Jazzberry Jam. HEX triplet: B3, 17 and 5C. RGB value is (179,23,92). Sum of RGB (Red+Green+Blue) = 179+23+92=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B3175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3175C is #4CE8A3. Grayscale: #4D4D4D. Windows color (decimal): -5040292 or 6035379. OLE color: 6035379.

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

Color convert

RGB 179 23 92 -
CMYK 0 0.87 0.49 0.30
HSL 333.46º 0.77% 0.4% -
HSV(B) 333.46º 0.87% 0.7% -
XYZ 20.83 10.97 11.14 -
YUV 77.51 136.18 200.39 -
System Red Green Blue C M Y K H S L
Decimal 179 23 92 0 0.87 0.49 0.30 333.46 0.77 0.4
Hex B3 17 5C 0 57 31 1E 14D 4D 28
Octal 263 27 134 0 127 61 36 515 115 50
Binary 10110011 10111 1011100 0 1010111 110001 11110 101001101 1001101 101000

Color Harmonies of #B3175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3175C

Black with #B3175C

Text Example


Text Example

White with #B3175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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