Html Css Color HEX #B6166C Jazzberry Jam

📋 copy color: '#B6166C'

red 182 ◦ green 22 ◦ blue 108

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

Shades of Jazzberry Jam #B6166C

Tints of Jazzberry Jam #B6166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.62%

R = 58.33%
G = 7.05%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6166C (or 0xB6166C) is known color: Jazzberry Jam. HEX triplet: B6, 16 and 6C. RGB value is (182,22,108). Sum of RGB (Red+Green+Blue) = 182+22+108=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6166C is #49E993. Grayscale: #4F4F4F. Windows color (decimal): -4843924 or 7083702. OLE color: 7083702.

HSL color Cylindrical-coordinate representation of color #B6166C: hue angle of 327.75º 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 #B6166C is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 22 108 -
CMYK 0 0.88 0.41 0.29
HSL 327.75º 0.78% 0.4% -
HSV(B) 327.75º 0.88% 0.71% -
XYZ 22.29 11.6 15.25 -
YUV 79.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 182 22 108 0 0.88 0.41 0.29 327.75 0.78 0.4
Hex B6 16 6C 0 58 29 1D 148 4E 28
Octal 266 26 154 0 130 51 35 510 116 50
Binary 10110110 10110 1101100 0 1011000 101001 11101 101001000 1001110 101000

Color Harmonies of #B6166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6166C

Black with #B6166C

Text Example


Text Example

White with #B6166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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