Html Css Color HEX #B1185A Jazzberry Jam

📋 copy color: '#B1185A'

red 177 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #B1185A

Tints of Jazzberry Jam #B1185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.93%

R = 60.82%
G = 8.25%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1185A (or 0xB1185A) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 5A. RGB value is (177,24,90). Sum of RGB (Red+Green+Blue) = 177+24+90=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1185A is #4EE7A5. Grayscale: #4D4D4D. Windows color (decimal): -5171110 or 5904561. OLE color: 5904561.

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

Color convert

RGB 177 24 90 -
CMYK 0 0.86 0.49 0.31
HSL 334.12º 0.76% 0.39% -
HSV(B) 334.12º 0.86% 0.69% -
XYZ 20.3 10.74 10.68 -
YUV 77.27 135.19 199.13 -
System Red Green Blue C M Y K H S L
Decimal 177 24 90 0 0.86 0.49 0.31 334.12 0.76 0.39
Hex B1 18 5A 0 56 31 1F 14E 4C 27
Octal 261 30 132 0 126 61 37 516 114 47
Binary 10110001 11000 1011010 0 1010110 110001 11111 101001110 1001100 100111

Color Harmonies of #B1185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1185A

Black with #B1185A

Text Example


Text Example

White with #B1185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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