Html Css Color HEX #B2186F Jazzberry Jam

📋 copy color: '#B2186F'

red 178 ◦ green 24 ◦ blue 111

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

Shades of Jazzberry Jam #B2186F

Tints of Jazzberry Jam #B2186F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 56.87%
G = 7.67%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2186F (or 0xB2186F) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 6F. RGB value is (178,24,111). Sum of RGB (Red+Green+Blue) = 178+24+111=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B2186F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2186F is #4DE790. Grayscale: #4F4F4F. Windows color (decimal): -5105553 or 7280818. OLE color: 7280818.

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

Color convert

RGB 178 24 111 -
CMYK 0 0.87 0.38 0.30
HSL 326.1º 0.76% 0.4% -
HSV(B) 326.1º 0.87% 0.7% -
XYZ 21.56 11.27 16.08 -
YUV 79.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 178 24 111 0 0.87 0.38 0.30 326.1 0.76 0.4
Hex B2 18 6F 0 57 26 1E 146 4C 28
Octal 262 30 157 0 127 46 36 506 114 50
Binary 10110010 11000 1101111 0 1010111 100110 11110 101000110 1001100 101000

Color Harmonies of #B2186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2186F

Black with #B2186F

Text Example


Text Example

White with #B2186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2186F; }

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

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

background-color css

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

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

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

border-color css

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

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

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