Html Css Color HEX #B8016F Jazzberry Jam

📋 copy color: '#B8016F'

red 184 ◦ green 1 ◦ blue 111

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

Shades of Jazzberry Jam #B8016F

Tints of Jazzberry Jam #B8016F

RGB

 RED value IS 184 (72.27% from 255) = 62.16%

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

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

R = 62.16%
G = 0.34%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B8016F (or 0xB8016F) is known color: Jazzberry Jam. HEX triplet: B8, 01 and 6F. RGB value is (184,1,111). Sum of RGB (Red+Green+Blue) = 184+1+111=296 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.16% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 184 - color contains mainly: red. Hex color #B8016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8016F is #47FE90. Grayscale: #444444. Windows color (decimal): -4718225 or 7274936. OLE color: 7274936.

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

Color convert

RGB 184 1 111 -
CMYK 0 0.99 0.40 0.28
HSL 323.93º 0.99% 0.36% -
HSV(B) 323.93º 0.99% 0.72% -
XYZ 22.65 11.36 16.04 -
YUV 68.26 152.13 210.56 -
System Red Green Blue C M Y K H S L
Decimal 184 1 111 0 0.99 0.40 0.28 323.93 0.99 0.36
Hex B8 1 6F 0 63 28 1C 144 63 24
Octal 270 1 157 0 143 50 34 504 143 44
Binary 10111000 1 1101111 0 1100011 101000 11100 101000100 1100011 100100

Color Harmonies of #B8016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8016F

Black with #B8016F

Text Example


Text Example

White with #B8016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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