Html Css Color HEX #B8195F Jazzberry Jam

📋 copy color: '#B8195F'

red 184 ◦ green 25 ◦ blue 95

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

Shades of Jazzberry Jam #B8195F

Tints of Jazzberry Jam #B8195F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.22%

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

R = 60.53%
G = 8.22%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B8195F (or 0xB8195F) is known color: Jazzberry Jam. HEX triplet: B8, 19 and 5F. RGB value is (184,25,95). Sum of RGB (Red+Green+Blue) = 184+25+95=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B8195F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8195F is #47E6A0. Grayscale: #505050. Windows color (decimal): -4712097 or 6232504. OLE color: 6232504.

HSL color Cylindrical-coordinate representation of color #B8195F: hue angle of 333.58º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8195F is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 95 -
CMYK 0 0.86 0.48 0.28
HSL 333.58º 0.76% 0.41% -
HSV(B) 333.58º 0.86% 0.72% -
XYZ 22.18 11.71 11.92 -
YUV 80.52 136.18 201.81 -
System Red Green Blue C M Y K H S L
Decimal 184 25 95 0 0.86 0.48 0.28 333.58 0.76 0.41
Hex B8 19 5F 0 56 30 1C 14E 4C 29
Octal 270 31 137 0 126 60 34 516 114 51
Binary 10111000 11001 1011111 0 1010110 110000 11100 101001110 1001100 101001

Color Harmonies of #B8195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8195F

Black with #B8195F

Text Example


Text Example

White with #B8195F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8195F; }

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

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

background-color css

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

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

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

border-color css

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

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

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