Html Css Color HEX #B8145F Jazzberry Jam

📋 copy color: '#B8145F'

red 184 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #B8145F

Tints of Jazzberry Jam #B8145F

RGB

 RED value IS 184 (72.27% from 255) = 61.54%

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

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

R = 61.54%
G = 6.69%
B = 31.77%

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

#B8145F (or 0xB8145F) is known color: Jazzberry Jam. HEX triplet: B8, 14 and 5F. RGB value is (184,20,95). Sum of RGB (Red+Green+Blue) = 184+20+95=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8145F is #47EBA0. Grayscale: #4D4D4D. Windows color (decimal): -4713377 or 6231224. OLE color: 6231224.

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

Color convert

RGB 184 20 95 -
CMYK 0 0.89 0.48 0.28
HSL 332.56º 0.8% 0.4% -
HSV(B) 332.56º 0.89% 0.72% -
XYZ 22.08 11.52 11.89 -
YUV 77.59 137.83 203.9 -
System Red Green Blue C M Y K H S L
Decimal 184 20 95 0 0.89 0.48 0.28 332.56 0.8 0.4
Hex B8 14 5F 0 59 30 1C 14D 50 28
Octal 270 24 137 0 131 60 34 515 120 50
Binary 10111000 10100 1011111 0 1011001 110000 11100 101001101 1010000 101000

Color Harmonies of #B8145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8145F

Black with #B8145F

Text Example


Text Example

White with #B8145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8145F; }

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

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

background-color css

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

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

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

border-color css

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

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

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