Html Css Color HEX #B6166D Jazzberry Jam

📋 copy color: '#B6166D'

red 182 ◦ green 22 ◦ blue 109

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

Shades of Jazzberry Jam #B6166D

Tints of Jazzberry Jam #B6166D

RGB

 RED value IS 182 (71.48% from 255) = 58.15%

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

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

R = 58.15%
G = 7.03%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B6166D (or 0xB6166D) is known color: Jazzberry Jam. HEX triplet: B6, 16 and 6D. RGB value is (182,22,109). Sum of RGB (Red+Green+Blue) = 182+22+109=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B6166D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6166D is #49E992. Grayscale: #4F4F4F. Windows color (decimal): -4843923 or 7149238. OLE color: 7149238.

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

Color convert

RGB 182 22 109 -
CMYK 0 0.88 0.40 0.29
HSL 327.38º 0.78% 0.4% -
HSV(B) 327.38º 0.88% 0.71% -
XYZ 22.34 11.62 15.53 -
YUV 79.76 144.51 200.93 -
System Red Green Blue C M Y K H S L
Decimal 182 22 109 0 0.88 0.40 0.29 327.38 0.78 0.4
Hex B6 16 6D 0 58 28 1D 147 4E 28
Octal 266 26 155 0 130 50 35 507 116 50
Binary 10110110 10110 1101101 0 1011000 101000 11101 101000111 1001110 101000

Color Harmonies of #B6166D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6166D

Black with #B6166D

Text Example


Text Example

White with #B6166D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6166D; }

 p { color: rgb(182,22,109); }

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

background-color css

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

 a { background-color: rgb(182,22,109); }

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

border-color css

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

 span { border-color: rgb(182,22,109); }

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