Html Css Color HEX #B1185C Jazzberry Jam

📋 copy color: '#B1185C'

red 177 ◦ green 24 ◦ blue 92

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

Shades of Jazzberry Jam #B1185C

Tints of Jazzberry Jam #B1185C

RGB

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

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

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

R = 60.41%
G = 8.19%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1185C (or 0xB1185C) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 5C. RGB value is (177,24,92). Sum of RGB (Red+Green+Blue) = 177+24+92=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B1185C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1185C is #4EE7A3. Grayscale: #4D4D4D. Windows color (decimal): -5171108 or 6035633. OLE color: 6035633.

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

Color convert

RGB 177 24 92 -
CMYK 0 0.86 0.48 0.31
HSL 333.33º 0.76% 0.39% -
HSV(B) 333.33º 0.86% 0.69% -
XYZ 20.39 10.77 11.13 -
YUV 77.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 177 24 92 0 0.86 0.48 0.31 333.33 0.76 0.39
Hex B1 18 5C 0 56 30 1F 14D 4C 27
Octal 261 30 134 0 126 60 37 515 114 47
Binary 10110001 11000 1011100 0 1010110 110000 11111 101001101 1001100 100111

Color Harmonies of #B1185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1185C

Black with #B1185C

Text Example


Text Example

White with #B1185C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1185C; }

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

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

background-color css

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

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

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

border-color css

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

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

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