Html Css Color HEX #B2185C Jazzberry Jam

📋 copy color: '#B2185C'

red 178 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #B2185C

Tints of Jazzberry Jam #B2185C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.16%

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

R = 60.54%
G = 8.16%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2185C (or 0xB2185C) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 5C. RGB value is (178,24,92). Sum of RGB (Red+Green+Blue) = 178+24+92=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B2185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2185C is #4DE7A3. Grayscale: #4D4D4D. Windows color (decimal): -5105572 or 6035634. OLE color: 6035634.

HSL color Cylindrical-coordinate representation of color #B2185C: hue angle of 333.51º degrees, saturation: 0.76, 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 #B2185C is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 92 -
CMYK 0 0.87 0.48 0.30
HSL 333.51º 0.76% 0.4% -
HSV(B) 333.51º 0.87% 0.7% -
XYZ 20.62 10.89 11.14 -
YUV 77.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 178 24 92 0 0.87 0.48 0.30 333.51 0.76 0.4
Hex B2 18 5C 0 57 30 1E 14E 4C 28
Octal 262 30 134 0 127 60 36 516 114 50
Binary 10110010 11000 1011100 0 1010111 110000 11110 101001110 1001100 101000

Color Harmonies of #B2185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2185C

Black with #B2185C

Text Example


Text Example

White with #B2185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2185C; }

 p { color: rgb(178,24,92); }

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

background-color css

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

 a { background-color: rgb(178,24,92); }

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

border-color css

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

 span { border-color: rgb(178,24,92); }

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