Html Css Color HEX #B6206C Jazzberry Jam

📋 copy color: '#B6206C'

red 182 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #B6206C

Tints of Jazzberry Jam #B6206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

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

R = 56.52%
G = 9.94%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6206C (or 0xB6206C) is known color: Jazzberry Jam. HEX triplet: B6, 20 and 6C. RGB value is (182,32,108). Sum of RGB (Red+Green+Blue) = 182+32+108=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6206C is #49DF93. Grayscale: #555555. Windows color (decimal): -4841364 or 7086262. OLE color: 7086262.

HSL color Cylindrical-coordinate representation of color #B6206C: hue angle of 329.6º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6206C is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 32 108 -
CMYK 0 0.82 0.41 0.29
HSL 329.6º 0.7% 0.42% -
HSV(B) 329.6º 0.82% 0.71% -
XYZ 22.51 12.06 15.33 -
YUV 85.51 140.7 196.82 -
System Red Green Blue C M Y K H S L
Decimal 182 32 108 0 0.82 0.41 0.29 329.6 0.7 0.42
Hex B6 20 6C 0 52 29 1D 14A 46 2A
Octal 266 40 154 0 122 51 35 512 106 52
Binary 10110110 100000 1101100 0 1010010 101001 11101 101001010 1000110 101010

Color Harmonies of #B6206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6206C

Black with #B6206C

Text Example


Text Example

White with #B6206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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