Html Css Color HEX #B7106C Jazzberry Jam

📋 copy color: '#B7106C'

red 183 ◦ green 16 ◦ blue 108

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

Shades of Jazzberry Jam #B7106C

Tints of Jazzberry Jam #B7106C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

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

R = 59.61%
G = 5.21%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7106C (or 0xB7106C) is known color: Jazzberry Jam. HEX triplet: B7, 10 and 6C. RGB value is (183,16,108). Sum of RGB (Red+Green+Blue) = 183+16+108=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7106C is #48EF93. Grayscale: #4C4C4C. Windows color (decimal): -4779924 or 7082167. OLE color: 7082167.

HSL color Cylindrical-coordinate representation of color #B7106C: hue angle of 326.95º degrees, saturation: 0.84, 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 #B7106C is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 16 108 -
CMYK 0 0.91 0.41 0.28
HSL 326.95º 0.84% 0.39% -
HSV(B) 326.95º 0.91% 0.72% -
XYZ 22.42 11.52 15.23 -
YUV 76.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 183 16 108 0 0.91 0.41 0.28 326.95 0.84 0.39
Hex B7 10 6C 0 5B 29 1C 147 54 27
Octal 267 20 154 0 133 51 34 507 124 47
Binary 10110111 10000 1101100 0 1011011 101001 11100 101000111 1010100 100111

Color Harmonies of #B7106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7106C

Black with #B7106C

Text Example


Text Example

White with #B7106C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7106C; }

 p { color: rgb(183,16,108); }

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

background-color css

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

 a { background-color: rgb(183,16,108); }

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

border-color css

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

 span { border-color: rgb(183,16,108); }

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