Html Css Color HEX #B7146B Jazzberry Jam

📋 copy color: '#B7146B'

red 183 ◦ green 20 ◦ blue 107

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

Shades of Jazzberry Jam #B7146B

Tints of Jazzberry Jam #B7146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

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

R = 59.03%
G = 6.45%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7146B (or 0xB7146B) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 6B. RGB value is (183,20,107). Sum of RGB (Red+Green+Blue) = 183+20+107=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7146B is #48EB94. Grayscale: #4E4E4E. Windows color (decimal): -4778901 or 7017655. OLE color: 7017655.

HSL color Cylindrical-coordinate representation of color #B7146B: hue angle of 327.98º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7146B is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 20 107 -
CMYK 0 0.89 0.42 0.28
HSL 327.98º 0.8% 0.4% -
HSV(B) 327.98º 0.89% 0.72% -
XYZ 22.43 11.63 14.97 -
YUV 78.66 144 202.43 -
System Red Green Blue C M Y K H S L
Decimal 183 20 107 0 0.89 0.42 0.28 327.98 0.8 0.4
Hex B7 14 6B 0 59 2A 1C 148 50 28
Octal 267 24 153 0 131 52 34 510 120 50
Binary 10110111 10100 1101011 0 1011001 101010 11100 101001000 1010000 101000

Color Harmonies of #B7146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7146B

Black with #B7146B

Text Example


Text Example

White with #B7146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7146B; }

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

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

background-color css

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

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

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

border-color css

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

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

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