Html Css Color HEX #B1134E Jazzberry Jam

📋 copy color: '#B1134E'

red 177 ◦ green 19 ◦ blue 78

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

Shades of Jazzberry Jam #B1134E

Tints of Jazzberry Jam #B1134E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.93%

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 64.6%
G = 6.93%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1134E (or 0xB1134E) is known color: Jazzberry Jam. HEX triplet: B1, 13 and 4E. RGB value is (177,19,78). Sum of RGB (Red+Green+Blue) = 177+19+78=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1134E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1134E is #4EECB1. Grayscale: #484848. Windows color (decimal): -5172402 or 5116849. OLE color: 5116849.

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

Color convert

RGB 177 19 78 -
CMYK 0 0.89 0.56 0.31
HSL 337.59º 0.81% 0.38% -
HSV(B) 337.59º 0.89% 0.69% -
XYZ 19.74 10.36 8.17 -
YUV 72.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 177 19 78 0 0.89 0.56 0.31 337.59 0.81 0.38
Hex B1 13 4E 0 59 38 1F 152 51 26
Octal 261 23 116 0 131 70 37 522 121 46
Binary 10110001 10011 1001110 0 1011001 111000 11111 101010010 1010001 100110

Color Harmonies of #B1134E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1134E

Black with #B1134E

Text Example


Text Example

White with #B1134E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1134E; }

 p { color: rgb(177,19,78); }

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

background-color css

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

 a { background-color: rgb(177,19,78); }

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

border-color css

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

 span { border-color: rgb(177,19,78); }

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