Html Css Color HEX #B6016C Jazzberry Jam

📋 copy color: '#B6016C'

red 182 ◦ green 1 ◦ blue 108

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

Shades of Jazzberry Jam #B6016C

Tints of Jazzberry Jam #B6016C

RGB

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

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

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

R = 62.54%
G = 0.34%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B6016C (or 0xB6016C) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 6C. RGB value is (182,1,108). Sum of RGB (Red+Green+Blue) = 182+1+108=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B6016C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6016C is #49FE93. Grayscale: #434343. Windows color (decimal): -4849300 or 7078326. OLE color: 7078326.

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

Color convert

RGB 182 1 108 -
CMYK 0 0.99 0.41 0.29
HSL 324.53º 0.99% 0.36% -
HSV(B) 324.53º 0.99% 0.71% -
XYZ 22.01 11.05 15.16 -
YUV 67.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 182 1 108 0 0.99 0.41 0.29 324.53 0.99 0.36
Hex B6 1 6C 0 63 29 1D 145 63 24
Octal 266 1 154 0 143 51 35 505 143 44
Binary 10110110 1 1101100 0 1100011 101001 11101 101000101 1100011 100100

Color Harmonies of #B6016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6016C

Black with #B6016C

Text Example


Text Example

White with #B6016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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