Html Css Color HEX #B2186A Jazzberry Jam

📋 copy color: '#B2186A'

red 178 ◦ green 24 ◦ blue 106

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

Shades of Jazzberry Jam #B2186A

Tints of Jazzberry Jam #B2186A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.42%

R = 57.79%
G = 7.79%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2186A (or 0xB2186A) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 6A. RGB value is (178,24,106). Sum of RGB (Red+Green+Blue) = 178+24+106=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2186A is #4DE795. Grayscale: #4F4F4F. Windows color (decimal): -5105558 or 6953138. OLE color: 6953138.

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

Color convert

RGB 178 24 106 -
CMYK 0 0.87 0.40 0.30
HSL 328.05º 0.76% 0.4% -
HSV(B) 328.05º 0.87% 0.7% -
XYZ 21.29 11.16 14.67 -
YUV 79.39 143.02 198.33 -
System Red Green Blue C M Y K H S L
Decimal 178 24 106 0 0.87 0.40 0.30 328.05 0.76 0.4
Hex B2 18 6A 0 57 28 1E 148 4C 28
Octal 262 30 152 0 127 50 36 510 114 50
Binary 10110010 11000 1101010 0 1010111 101000 11110 101001000 1001100 101000

Color Harmonies of #B2186A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2186A

Black with #B2186A

Text Example


Text Example

White with #B2186A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2186A; }

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

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

background-color css

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

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

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

border-color css

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

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

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