Html Css Color HEX #B7146C Jazzberry Jam

📋 copy color: '#B7146C'

red 183 ◦ green 20 ◦ blue 108

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

Shades of Jazzberry Jam #B7146C

Tints of Jazzberry Jam #B7146C

RGB

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

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

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

R = 58.84%
G = 6.43%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B7146C (or 0xB7146C) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 6C. RGB value is (183,20,108). Sum of RGB (Red+Green+Blue) = 183+20+108=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7146C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7146C is #48EB93. Grayscale: #4E4E4E. Windows color (decimal): -4778900 or 7083191. OLE color: 7083191.

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

Color convert

RGB 183 20 108 -
CMYK 0 0.89 0.41 0.28
HSL 327.61º 0.8% 0.4% -
HSV(B) 327.61º 0.89% 0.72% -
XYZ 22.49 11.65 15.25 -
YUV 78.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 183 20 108 0 0.89 0.41 0.28 327.61 0.8 0.4
Hex B7 14 6C 0 59 29 1C 148 50 28
Octal 267 24 154 0 131 51 34 510 120 50
Binary 10110111 10100 1101100 0 1011001 101001 11100 101001000 1010000 101000

Color Harmonies of #B7146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7146C

Black with #B7146C

Text Example


Text Example

White with #B7146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7146C; }

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

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

background-color css

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

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

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

border-color css

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

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

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