Html Css Color HEX #B7145C Jazzberry Jam

📋 copy color: '#B7145C'

red 183 ◦ green 20 ◦ blue 92

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

Shades of Jazzberry Jam #B7145C

Tints of Jazzberry Jam #B7145C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.19%

R = 62.03%
G = 6.78%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7145C (or 0xB7145C) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 5C. RGB value is (183,20,92). Sum of RGB (Red+Green+Blue) = 183+20+92=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7145C is #48EBA3. Grayscale: #4C4C4C. Windows color (decimal): -4778916 or 6034615. OLE color: 6034615.

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

Color convert

RGB 183 20 92 -
CMYK 0 0.89 0.50 0.28
HSL 333.5º 0.8% 0.4% -
HSV(B) 333.5º 0.89% 0.72% -
XYZ 21.71 11.34 11.17 -
YUV 76.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 183 20 92 0 0.89 0.50 0.28 333.5 0.8 0.4
Hex B7 14 5C 0 59 32 1C 14D 50 28
Octal 267 24 134 0 131 62 34 515 120 50
Binary 10110111 10100 1011100 0 1011001 110010 11100 101001101 1010000 101000

Color Harmonies of #B7145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7145C

Black with #B7145C

Text Example


Text Example

White with #B7145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7145C; }

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

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

background-color css

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

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

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

border-color css

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

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

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