Html Css Color HEX #B7106E Jazzberry Jam

📋 copy color: '#B7106E'

red 183 ◦ green 16 ◦ blue 110

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

Shades of Jazzberry Jam #B7106E

Tints of Jazzberry Jam #B7106E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.6%

R = 59.22%
G = 5.18%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B7106E (or 0xB7106E) is known color: Jazzberry Jam. HEX triplet: B7, 10 and 6E. RGB value is (183,16,110). Sum of RGB (Red+Green+Blue) = 183+16+110=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7106E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7106E is #48EF91. Grayscale: #4C4C4C. Windows color (decimal): -4779922 or 7213239. OLE color: 7213239.

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

Color convert

RGB 183 16 110 -
CMYK 0 0.91 0.40 0.28
HSL 326.23º 0.84% 0.39% -
HSV(B) 326.23º 0.91% 0.72% -
XYZ 22.53 11.56 15.8 -
YUV 76.65 146.83 203.86 -
System Red Green Blue C M Y K H S L
Decimal 183 16 110 0 0.91 0.40 0.28 326.23 0.84 0.39
Hex B7 10 6E 0 5B 28 1C 146 54 27
Octal 267 20 156 0 133 50 34 506 124 47
Binary 10110111 10000 1101110 0 1011011 101000 11100 101000110 1010100 100111

Color Harmonies of #B7106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7106E

Black with #B7106E

Text Example


Text Example

White with #B7106E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7106E; }

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

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

background-color css

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

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

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

border-color css

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

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

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