Html Css Color HEX #B1174F Jazzberry Jam

📋 copy color: '#B1174F'

red 177 ◦ green 23 ◦ blue 79

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

Shades of Jazzberry Jam #B1174F

Tints of Jazzberry Jam #B1174F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

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

R = 63.44%
G = 8.24%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B1174F (or 0xB1174F) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 4F. RGB value is (177,23,79). Sum of RGB (Red+Green+Blue) = 177+23+79=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1174F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1174F is #4EE8B0. Grayscale: #4B4B4B. Windows color (decimal): -5171377 or 5183409. OLE color: 5183409.

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

Color convert

RGB 177 23 79 -
CMYK 0 0.87 0.55 0.31
HSL 338.18º 0.77% 0.39% -
HSV(B) 338.18º 0.87% 0.69% -
XYZ 19.85 10.52 8.38 -
YUV 75.43 130.02 200.45 -
System Red Green Blue C M Y K H S L
Decimal 177 23 79 0 0.87 0.55 0.31 338.18 0.77 0.39
Hex B1 17 4F 0 57 37 1F 152 4D 27
Octal 261 27 117 0 127 67 37 522 115 47
Binary 10110001 10111 1001111 0 1010111 110111 11111 101010010 1001101 100111

Color Harmonies of #B1174F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1174F

Black with #B1174F

Text Example


Text Example

White with #B1174F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1174F; }

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

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

background-color css

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

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

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

border-color css

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

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

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