Html Css Color HEX #B2166B Jazzberry Jam

📋 copy color: '#B2166B'

red 178 ◦ green 22 ◦ blue 107

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

Shades of Jazzberry Jam #B2166B

Tints of Jazzberry Jam #B2166B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.17%

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 57.98%
G = 7.17%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2166B (or 0xB2166B) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 6B. RGB value is (178,22,107). Sum of RGB (Red+Green+Blue) = 178+22+107=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2166B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2166B is #4DE994. Grayscale: #4E4E4E. Windows color (decimal): -5106069 or 7018162. OLE color: 7018162.

HSL color Cylindrical-coordinate representation of color #B2166B: hue angle of 327.31º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2166B is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 22 107 -
CMYK 0 0.88 0.40 0.30
HSL 327.31º 0.78% 0.39% -
HSV(B) 327.31º 0.88% 0.7% -
XYZ 21.3 11.1 14.93 -
YUV 78.33 144.18 199.09 -
System Red Green Blue C M Y K H S L
Decimal 178 22 107 0 0.88 0.40 0.30 327.31 0.78 0.39
Hex B2 16 6B 0 58 28 1E 147 4E 27
Octal 262 26 153 0 130 50 36 507 116 47
Binary 10110010 10110 1101011 0 1011000 101000 11110 101000111 1001110 100111

Color Harmonies of #B2166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2166B

Black with #B2166B

Text Example


Text Example

White with #B2166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2166B; }

 p { color: rgb(178,22,107); }

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

background-color css

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

 a { background-color: rgb(178,22,107); }

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

border-color css

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

 span { border-color: rgb(178,22,107); }

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