Html Css Color HEX #B2186D Jazzberry Jam

📋 copy color: '#B2186D'

red 178 ◦ green 24 ◦ blue 109

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

Shades of Jazzberry Jam #B2186D

Tints of Jazzberry Jam #B2186D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 57.23%
G = 7.72%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2186D (or 0xB2186D) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 6D. RGB value is (178,24,109). Sum of RGB (Red+Green+Blue) = 178+24+109=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 24 (9.77% from 255 or 7.72% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2186D is #4DE792. Grayscale: #4F4F4F. Windows color (decimal): -5105555 or 7149746. OLE color: 7149746.

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

Color convert

RGB 178 24 109 -
CMYK 0 0.87 0.39 0.30
HSL 326.88º 0.76% 0.4% -
HSV(B) 326.88º 0.87% 0.7% -
XYZ 21.45 11.22 15.5 -
YUV 79.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 178 24 109 0 0.87 0.39 0.30 326.88 0.76 0.4
Hex B2 18 6D 0 57 27 1E 147 4C 28
Octal 262 30 155 0 127 47 36 507 114 50
Binary 10110010 11000 1101101 0 1010111 100111 11110 101000111 1001100 101000

Color Harmonies of #B2186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2186D

Black with #B2186D

Text Example


Text Example

White with #B2186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2186D; }

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

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

background-color css

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

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

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

border-color css

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

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

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