Html Css Color HEX #B2175B Jazzberry Jam

📋 copy color: '#B2175B'

red 178 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #B2175B

Tints of Jazzberry Jam #B2175B

RGB

 RED value IS 178 (69.92% from 255) = 60.96%

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 60.96%
G = 7.88%
B = 31.16%

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

#B2175B (or 0xB2175B) is known color: Jazzberry Jam. HEX triplet: B2, 17 and 5B. RGB value is (178,23,91). Sum of RGB (Red+Green+Blue) = 178+23+91=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2175B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2175B is #4DE8A4. Grayscale: #4C4C4C. Windows color (decimal): -5105829 or 5969842. OLE color: 5969842.

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

Color convert

RGB 178 23 91 -
CMYK 0 0.87 0.49 0.30
HSL 333.68º 0.77% 0.39% -
HSV(B) 333.68º 0.87% 0.7% -
XYZ 20.55 10.83 10.91 -
YUV 77.1 135.85 199.97 -
System Red Green Blue C M Y K H S L
Decimal 178 23 91 0 0.87 0.49 0.30 333.68 0.77 0.39
Hex B2 17 5B 0 57 31 1E 14E 4D 27
Octal 262 27 133 0 127 61 36 516 115 47
Binary 10110010 10111 1011011 0 1010111 110001 11110 101001110 1001101 100111

Color Harmonies of #B2175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2175B

Black with #B2175B

Text Example


Text Example

White with #B2175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2175B; }

 p { color: rgb(178,23,91); }

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

background-color css

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

 a { background-color: rgb(178,23,91); }

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

border-color css

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

 span { border-color: rgb(178,23,91); }

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