Html Css Color HEX #B6016A Jazzberry Jam

📋 copy color: '#B6016A'

red 182 ◦ green 1 ◦ blue 106

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

Shades of Jazzberry Jam #B6016A

Tints of Jazzberry Jam #B6016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 62.98%
G = 0.35%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B6016A (or 0xB6016A) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 6A. RGB value is (182,1,106). Sum of RGB (Red+Green+Blue) = 182+1+106=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B6016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6016A is #49FE95. Grayscale: #424242. Windows color (decimal): -4849302 or 6947254. OLE color: 6947254.

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

Color convert

RGB 182 1 106 -
CMYK 0 0.99 0.42 0.29
HSL 325.19º 0.99% 0.36% -
HSV(B) 325.19º 0.99% 0.71% -
XYZ 21.9 11.01 14.61 -
YUV 67.09 149.97 209.96 -
System Red Green Blue C M Y K H S L
Decimal 182 1 106 0 0.99 0.42 0.29 325.19 0.99 0.36
Hex B6 1 6A 0 63 2A 1D 145 63 24
Octal 266 1 152 0 143 52 35 505 143 44
Binary 10110110 1 1101010 0 1100011 101010 11101 101000101 1100011 100100

Color Harmonies of #B6016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6016A

Black with #B6016A

Text Example


Text Example

White with #B6016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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