Html Css Color HEX #B7106B Jazzberry Jam

📋 copy color: '#B7106B'

red 183 ◦ green 16 ◦ blue 107

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

Shades of Jazzberry Jam #B7106B

Tints of Jazzberry Jam #B7106B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 59.8%
G = 5.23%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7106B (or 0xB7106B) is known color: Jazzberry Jam. HEX triplet: B7, 10 and 6B. RGB value is (183,16,107). Sum of RGB (Red+Green+Blue) = 183+16+107=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B7106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7106B is #48EF94. Grayscale: #4C4C4C. Windows color (decimal): -4779925 or 7016631. OLE color: 7016631.

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

Color convert

RGB 183 16 107 -
CMYK 0 0.91 0.42 0.28
HSL 327.31º 0.84% 0.39% -
HSV(B) 327.31º 0.91% 0.72% -
XYZ 22.37 11.5 14.95 -
YUV 76.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 183 16 107 0 0.91 0.42 0.28 327.31 0.84 0.39
Hex B7 10 6B 0 5B 2A 1C 147 54 27
Octal 267 20 153 0 133 52 34 507 124 47
Binary 10110111 10000 1101011 0 1011011 101010 11100 101000111 1010100 100111

Color Harmonies of #B7106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7106B

Black with #B7106B

Text Example


Text Example

White with #B7106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7106B; }

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

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

background-color css

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

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

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

border-color css

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

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

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