Html Css Color HEX #B8155C Jazzberry Jam

📋 copy color: '#B8155C'

red 184 ◦ green 21 ◦ blue 92

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

Shades of Jazzberry Jam #B8155C

Tints of Jazzberry Jam #B8155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

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

R = 61.95%
G = 7.07%
B = 30.98%

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

#B8155C (or 0xB8155C) is known color: Jazzberry Jam. HEX triplet: B8, 15 and 5C. RGB value is (184,21,92). Sum of RGB (Red+Green+Blue) = 184+21+92=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8155C is #47EAA3. Grayscale: #4D4D4D. Windows color (decimal): -4713124 or 6034872. OLE color: 6034872.

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

Color convert

RGB 184 21 92 -
CMYK 0 0.89 0.50 0.28
HSL 333.87º 0.8% 0.4% -
HSV(B) 333.87º 0.89% 0.72% -
XYZ 21.97 11.5 11.19 -
YUV 77.83 136 203.73 -
System Red Green Blue C M Y K H S L
Decimal 184 21 92 0 0.89 0.50 0.28 333.87 0.8 0.4
Hex B8 15 5C 0 59 32 1C 14E 50 28
Octal 270 25 134 0 131 62 34 516 120 50
Binary 10111000 10101 1011100 0 1011001 110010 11100 101001110 1010000 101000

Color Harmonies of #B8155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8155C

Black with #B8155C

Text Example


Text Example

White with #B8155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8155C; }

 p { color: rgb(184,21,92); }

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

background-color css

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

 a { background-color: rgb(184,21,92); }

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

border-color css

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

 span { border-color: rgb(184,21,92); }

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