Html Css Color HEX #B0155D Jazzberry Jam

📋 copy color: '#B0155D'

red 176 ◦ green 21 ◦ blue 93

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

Shades of Jazzberry Jam #B0155D

Tints of Jazzberry Jam #B0155D

RGB

 RED value IS 176 (69.14% from 255) = 60.69%

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

 BLUE value IS 93 (36.72% from 255) = 32.07%

R = 60.69%
G = 7.24%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0155D (or 0xB0155D) is known color: Jazzberry Jam. HEX triplet: B0, 15 and 5D. RGB value is (176,21,93). Sum of RGB (Red+Green+Blue) = 176+21+93=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0155D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0155D is #4FEAA2. Grayscale: #4B4B4B. Windows color (decimal): -5237411 or 6100400. OLE color: 6100400.

HSL color Cylindrical-coordinate representation of color #B0155D: hue angle of 332.13º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0155D is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 21 93 -
CMYK 0 0.88 0.47 0.31
HSL 332.13º 0.79% 0.39% -
HSV(B) 332.13º 0.88% 0.69% -
XYZ 20.15 10.56 11.33 -
YUV 75.55 137.85 199.65 -
System Red Green Blue C M Y K H S L
Decimal 176 21 93 0 0.88 0.47 0.31 332.13 0.79 0.39
Hex B0 15 5D 0 58 2F 1F 14C 4F 27
Octal 260 25 135 0 130 57 37 514 117 47
Binary 10110000 10101 1011101 0 1011000 101111 11111 101001100 1001111 100111

Color Harmonies of #B0155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0155D

Black with #B0155D

Text Example


Text Example

White with #B0155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0155D; }

 p { color: rgb(176,21,93); }

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

background-color css

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

 a { background-color: rgb(176,21,93); }

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

border-color css

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

 span { border-color: rgb(176,21,93); }

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