Html Css Color HEX #B2185D Jazzberry Jam

📋 copy color: '#B2185D'

red 178 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #B2185D

Tints of Jazzberry Jam #B2185D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 60.34%
G = 8.14%
B = 31.53%

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

#B2185D (or 0xB2185D) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 5D. RGB value is (178,24,93). Sum of RGB (Red+Green+Blue) = 178+24+93=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2185D is #4DE7A2. Grayscale: #4D4D4D. Windows color (decimal): -5105571 or 6101170. OLE color: 6101170.

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

Color convert

RGB 178 24 93 -
CMYK 0 0.87 0.48 0.30
HSL 333.12º 0.76% 0.4% -
HSV(B) 333.12º 0.87% 0.7% -
XYZ 20.66 10.91 11.37 -
YUV 77.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 178 24 93 0 0.87 0.48 0.30 333.12 0.76 0.4
Hex B2 18 5D 0 57 30 1E 14D 4C 28
Octal 262 30 135 0 127 60 36 515 114 50
Binary 10110010 11000 1011101 0 1010111 110000 11110 101001101 1001100 101000

Color Harmonies of #B2185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2185D

Black with #B2185D

Text Example


Text Example

White with #B2185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2185D; }

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

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

background-color css

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

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

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

border-color css

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

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

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