Html Css Color HEX #B7145E Jazzberry Jam

📋 copy color: '#B7145E'

red 183 ◦ green 20 ◦ blue 94

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

Shades of Jazzberry Jam #B7145E

Tints of Jazzberry Jam #B7145E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.65%

R = 61.62%
G = 6.73%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B7145E (or 0xB7145E) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 5E. RGB value is (183,20,94). Sum of RGB (Red+Green+Blue) = 183+20+94=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 94 (37.11% from 255 or 31.65% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7145E is #48EBA1. Grayscale: #4D4D4D. Windows color (decimal): -4778914 or 6165687. OLE color: 6165687.

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

Color convert

RGB 183 20 94 -
CMYK 0 0.89 0.49 0.28
HSL 332.76º 0.8% 0.4% -
HSV(B) 332.76º 0.89% 0.72% -
XYZ 21.8 11.38 11.64 -
YUV 77.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 183 20 94 0 0.89 0.49 0.28 332.76 0.8 0.4
Hex B7 14 5E 0 59 31 1C 14D 50 28
Octal 267 24 136 0 131 61 34 515 120 50
Binary 10110111 10100 1011110 0 1011001 110001 11100 101001101 1010000 101000

Color Harmonies of #B7145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7145E

Black with #B7145E

Text Example


Text Example

White with #B7145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7145E; }

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

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

background-color css

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

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

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

border-color css

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

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

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