Html Css Color HEX #B1124F Jazzberry Jam

📋 copy color: '#B1124F'

red 177 ◦ green 18 ◦ blue 79

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

Shades of Jazzberry Jam #B1124F

Tints of Jazzberry Jam #B1124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 64.6%
G = 6.57%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1124F (or 0xB1124F) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 4F. RGB value is (177,18,79). Sum of RGB (Red+Green+Blue) = 177+18+79=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1124F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1124F is #4EEDB0. Grayscale: #484848. Windows color (decimal): -5172657 or 5182129. OLE color: 5182129.

HSL color Cylindrical-coordinate representation of color #B1124F: hue angle of 336.98º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1124F is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 79 -
CMYK 0 0.90 0.55 0.31
HSL 336.98º 0.82% 0.38% -
HSV(B) 336.98º 0.9% 0.69% -
XYZ 19.76 10.34 8.35 -
YUV 72.5 131.68 202.54 -
System Red Green Blue C M Y K H S L
Decimal 177 18 79 0 0.90 0.55 0.31 336.98 0.82 0.38
Hex B1 12 4F 0 5A 37 1F 151 52 26
Octal 261 22 117 0 132 67 37 521 122 46
Binary 10110001 10010 1001111 0 1011010 110111 11111 101010001 1010010 100110

Color Harmonies of #B1124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1124F

Black with #B1124F

Text Example


Text Example

White with #B1124F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1124F; }

 p { color: rgb(177,18,79); }

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

background-color css

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

 a { background-color: rgb(177,18,79); }

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

border-color css

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

 span { border-color: rgb(177,18,79); }

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