Html Css Color HEX #B1185D Jazzberry Jam

📋 copy color: '#B1185D'

red 177 ◦ green 24 ◦ blue 93

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

Shades of Jazzberry Jam #B1185D

Tints of Jazzberry Jam #B1185D

RGB

 RED value IS 177 (69.53% from 255) = 60.2%

 GREEN value IS 24 (9.77% from 255) = 8.16%

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

R = 60.2%
G = 8.16%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1185D (or 0xB1185D) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 5D. RGB value is (177,24,93). Sum of RGB (Red+Green+Blue) = 177+24+93=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1185D is #4EE7A2. Grayscale: #4D4D4D. Windows color (decimal): -5171107 or 6101169. OLE color: 6101169.

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

Color convert

RGB 177 24 93 -
CMYK 0 0.86 0.47 0.31
HSL 332.94º 0.76% 0.39% -
HSV(B) 332.94º 0.86% 0.69% -
XYZ 20.43 10.79 11.36 -
YUV 77.61 136.69 198.89 -
System Red Green Blue C M Y K H S L
Decimal 177 24 93 0 0.86 0.47 0.31 332.94 0.76 0.39
Hex B1 18 5D 0 56 2F 1F 14D 4C 27
Octal 261 30 135 0 126 57 37 515 114 47
Binary 10110001 11000 1011101 0 1010110 101111 11111 101001101 1001100 100111

Color Harmonies of #B1185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1185D

Black with #B1185D

Text Example


Text Example

White with #B1185D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1185D; }

 p { color: rgb(177,24,93); }

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

background-color css

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

 a { background-color: rgb(177,24,93); }

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

border-color css

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

 span { border-color: rgb(177,24,93); }

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