Html Css Color HEX #B1145A Jazzberry Jam

📋 copy color: '#B1145A'

red 177 ◦ green 20 ◦ blue 90

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

Shades of Jazzberry Jam #B1145A

Tints of Jazzberry Jam #B1145A

RGB

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

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

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

R = 61.67%
G = 6.97%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B1145A (or 0xB1145A) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 5A. RGB value is (177,20,90). Sum of RGB (Red+Green+Blue) = 177+20+90=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1145A is #4EEBA5. Grayscale: #4A4A4A. Windows color (decimal): -5172134 or 5903537. OLE color: 5903537.

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

Color convert

RGB 177 20 90 -
CMYK 0 0.89 0.49 0.31
HSL 333.25º 0.8% 0.39% -
HSV(B) 333.25º 0.89% 0.69% -
XYZ 20.23 10.59 10.65 -
YUV 74.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 177 20 90 0 0.89 0.49 0.31 333.25 0.8 0.39
Hex B1 14 5A 0 59 31 1F 14D 50 27
Octal 261 24 132 0 131 61 37 515 120 47
Binary 10110001 10100 1011010 0 1011001 110001 11111 101001101 1010000 100111

Color Harmonies of #B1145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1145A

Black with #B1145A

Text Example


Text Example

White with #B1145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1145A; }

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

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

background-color css

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

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

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

border-color css

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

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

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