Html Css Color HEX #B6016F Jazzberry Jam

📋 copy color: '#B6016F'

red 182 ◦ green 1 ◦ blue 111

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

Shades of Jazzberry Jam #B6016F

Tints of Jazzberry Jam #B6016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.76%

R = 61.9%
G = 0.34%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B6016F (or 0xB6016F) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 6F. RGB value is (182,1,111). Sum of RGB (Red+Green+Blue) = 182+1+111=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B6016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6016F is #49FE90. Grayscale: #434343. Windows color (decimal): -4849297 or 7274934. OLE color: 7274934.

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

Color convert

RGB 182 1 111 -
CMYK 0 0.99 0.39 0.29
HSL 323.54º 0.99% 0.36% -
HSV(B) 323.54º 0.99% 0.71% -
XYZ 22.17 11.11 16.02 -
YUV 67.66 152.47 209.56 -
System Red Green Blue C M Y K H S L
Decimal 182 1 111 0 0.99 0.39 0.29 323.54 0.99 0.36
Hex B6 1 6F 0 63 27 1D 144 63 24
Octal 266 1 157 0 143 47 35 504 143 44
Binary 10110110 1 1101111 0 1100011 100111 11101 101000100 1100011 100100

Color Harmonies of #B6016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6016F

Black with #B6016F

Text Example


Text Example

White with #B6016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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