Html Css Color HEX #B7146A Jazzberry Jam

📋 copy color: '#B7146A'

red 183 ◦ green 20 ◦ blue 106

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

Shades of Jazzberry Jam #B7146A

Tints of Jazzberry Jam #B7146A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 59.22%
G = 6.47%
B = 34.3%

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

#B7146A (or 0xB7146A) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 6A. RGB value is (183,20,106). Sum of RGB (Red+Green+Blue) = 183+20+106=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B7146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7146A is #48EB95. Grayscale: #4E4E4E. Windows color (decimal): -4778902 or 6952119. OLE color: 6952119.

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

Color convert

RGB 183 20 106 -
CMYK 0 0.89 0.42 0.28
HSL 328.34º 0.8% 0.4% -
HSV(B) 328.34º 0.89% 0.72% -
XYZ 22.38 11.61 14.7 -
YUV 78.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 183 20 106 0 0.89 0.42 0.28 328.34 0.8 0.4
Hex B7 14 6A 0 59 2A 1C 148 50 28
Octal 267 24 152 0 131 52 34 510 120 50
Binary 10110111 10100 1101010 0 1011001 101010 11100 101001000 1010000 101000

Color Harmonies of #B7146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7146A

Black with #B7146A

Text Example


Text Example

White with #B7146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7146A; }

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

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

background-color css

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

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

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

border-color css

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

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

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