Html Css Color HEX #B1145D Jazzberry Jam

📋 copy color: '#B1145D'

red 177 ◦ green 20 ◦ blue 93

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

Shades of Jazzberry Jam #B1145D

Tints of Jazzberry Jam #B1145D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

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

R = 61.03%
G = 6.9%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1145D (or 0xB1145D) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 5D. RGB value is (177,20,93). Sum of RGB (Red+Green+Blue) = 177+20+93=290 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.03% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 177 - color contains mainly: red. Hex color #B1145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1145D is #4EEBA2. Grayscale: #4B4B4B. Windows color (decimal): -5172131 or 6100145. OLE color: 6100145.

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

Color convert

RGB 177 20 93 -
CMYK 0 0.89 0.47 0.31
HSL 332.1º 0.8% 0.39% -
HSV(B) 332.1º 0.89% 0.69% -
XYZ 20.36 10.64 11.34 -
YUV 75.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 177 20 93 0 0.89 0.47 0.31 332.1 0.8 0.39
Hex B1 14 5D 0 59 2F 1F 14C 50 27
Octal 261 24 135 0 131 57 37 514 120 47
Binary 10110001 10100 1011101 0 1011001 101111 11111 101001100 1010000 100111

Color Harmonies of #B1145D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1145D

Black with #B1145D

Text Example


Text Example

White with #B1145D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1145D; }

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

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

background-color css

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

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

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

border-color css

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

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

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