Html Css Color HEX #B1184E Jazzberry Jam

📋 copy color: '#B1184E'

red 177 ◦ green 24 ◦ blue 78

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

Shades of Jazzberry Jam #B1184E

Tints of Jazzberry Jam #B1184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.6%

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

R = 63.44%
G = 8.6%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B1184E (or 0xB1184E) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 4E. RGB value is (177,24,78). Sum of RGB (Red+Green+Blue) = 177+24+78=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1184E is #4EE7B1. Grayscale: #4B4B4B. Windows color (decimal): -5171122 or 5118129. OLE color: 5118129.

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

Color convert

RGB 177 24 78 -
CMYK 0 0.86 0.56 0.31
HSL 338.82º 0.76% 0.39% -
HSV(B) 338.82º 0.86% 0.69% -
XYZ 19.83 10.55 8.2 -
YUV 75.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 177 24 78 0 0.86 0.56 0.31 338.82 0.76 0.39
Hex B1 18 4E 0 56 38 1F 153 4C 27
Octal 261 30 116 0 126 70 37 523 114 47
Binary 10110001 11000 1001110 0 1010110 111000 11111 101010011 1001100 100111

Color Harmonies of #B1184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1184E

Black with #B1184E

Text Example


Text Example

White with #B1184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1184E; }

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

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

background-color css

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

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

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

border-color css

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

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

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