Html Css Color HEX #B7116F Jazzberry Jam

📋 copy color: '#B7116F'

red 183 ◦ green 17 ◦ blue 111

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

Shades of Jazzberry Jam #B7116F

Tints of Jazzberry Jam #B7116F

RGB

 RED value IS 183 (71.88% from 255) = 58.84%

 GREEN value IS 17 (7.03% from 255) = 5.47%

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

R = 58.84%
G = 5.47%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B7116F (or 0xB7116F) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 6F. RGB value is (183,17,111). Sum of RGB (Red+Green+Blue) = 183+17+111=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7116F is #48EE90. Grayscale: #4D4D4D. Windows color (decimal): -4779665 or 7279031. OLE color: 7279031.

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

Color convert

RGB 183 17 111 -
CMYK 0 0.91 0.39 0.28
HSL 326.02º 0.83% 0.39% -
HSV(B) 326.02º 0.91% 0.72% -
XYZ 22.6 11.62 16.09 -
YUV 77.35 147 203.36 -
System Red Green Blue C M Y K H S L
Decimal 183 17 111 0 0.91 0.39 0.28 326.02 0.83 0.39
Hex B7 11 6F 0 5B 27 1C 146 53 27
Octal 267 21 157 0 133 47 34 506 123 47
Binary 10110111 10001 1101111 0 1011011 100111 11100 101000110 1010011 100111

Color Harmonies of #B7116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7116F

Black with #B7116F

Text Example


Text Example

White with #B7116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7116F; }

 p { color: rgb(183,17,111); }

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

background-color css

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

 a { background-color: rgb(183,17,111); }

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

border-color css

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

 span { border-color: rgb(183,17,111); }

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