Html Css Color HEX #B7145F Jazzberry Jam

📋 copy color: '#B7145F'

red 183 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #B7145F

Tints of Jazzberry Jam #B7145F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 61.41%
G = 6.71%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B7145F (or 0xB7145F) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 5F. RGB value is (183,20,95). Sum of RGB (Red+Green+Blue) = 183+20+95=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7145F is #48EBA0. Grayscale: #4D4D4D. Windows color (decimal): -4778913 or 6231223. OLE color: 6231223.

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

Color convert

RGB 183 20 95 -
CMYK 0 0.89 0.48 0.28
HSL 332.39º 0.8% 0.4% -
HSV(B) 332.39º 0.89% 0.72% -
XYZ 21.84 11.39 11.87 -
YUV 77.29 138 203.4 -
System Red Green Blue C M Y K H S L
Decimal 183 20 95 0 0.89 0.48 0.28 332.39 0.8 0.4
Hex B7 14 5F 0 59 30 1C 14C 50 28
Octal 267 24 137 0 131 60 34 514 120 50
Binary 10110111 10100 1011111 0 1011001 110000 11100 101001100 1010000 101000

Color Harmonies of #B7145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7145F

Black with #B7145F

Text Example


Text Example

White with #B7145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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