Html Css Color HEX #B6206A Jazzberry Jam

📋 copy color: '#B6206A'

red 182 ◦ green 32 ◦ blue 106

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

Shades of Jazzberry Jam #B6206A

Tints of Jazzberry Jam #B6206A

RGB

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

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

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

R = 56.88%
G = 10%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6206A (or 0xB6206A) is known color: Jazzberry Jam. HEX triplet: B6, 20 and 6A. RGB value is (182,32,106). Sum of RGB (Red+Green+Blue) = 182+32+106=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B6206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6206A is #49DF95. Grayscale: #555555. Windows color (decimal): -4841366 or 6955190. OLE color: 6955190.

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

Color convert

RGB 182 32 106 -
CMYK 0 0.82 0.42 0.29
HSL 330.4º 0.7% 0.42% -
HSV(B) 330.4º 0.82% 0.71% -
XYZ 22.41 12.02 14.77 -
YUV 85.29 139.7 196.98 -
System Red Green Blue C M Y K H S L
Decimal 182 32 106 0 0.82 0.42 0.29 330.4 0.7 0.42
Hex B6 20 6A 0 52 2A 1D 14A 46 2A
Octal 266 40 152 0 122 52 35 512 106 52
Binary 10110110 100000 1101010 0 1010010 101010 11101 101001010 1000110 101010

Color Harmonies of #B6206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6206A

Black with #B6206A

Text Example


Text Example

White with #B6206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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