Html Css Color HEX #B11870 Jazzberry Jam

📋 copy color: '#B11870'

red 177 ◦ green 24 ◦ blue 112

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

Shades of Jazzberry Jam #B11870

Tints of Jazzberry Jam #B11870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 56.55%
G = 7.67%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B11870 (or 0xB11870) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 70. RGB value is (177,24,112). Sum of RGB (Red+Green+Blue) = 177+24+112=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B11870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11870 is #4EE78F. Grayscale: #4F4F4F. Windows color (decimal): -5171088 or 7346353. OLE color: 7346353.

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

Color convert

RGB 177 24 112 -
CMYK 0 0.86 0.37 0.31
HSL 325.49º 0.76% 0.39% -
HSV(B) 325.49º 0.86% 0.69% -
XYZ 21.38 11.17 16.36 -
YUV 79.78 146.19 197.34 -
System Red Green Blue C M Y K H S L
Decimal 177 24 112 0 0.86 0.37 0.31 325.49 0.76 0.39
Hex B1 18 70 0 56 25 1F 145 4C 27
Octal 261 30 160 0 126 45 37 505 114 47
Binary 10110001 11000 1110000 0 1010110 100101 11111 101000101 1001100 100111

Color Harmonies of #B11870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11870

Black with #B11870

Text Example


Text Example

White with #B11870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11870; }

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

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

background-color css

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

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

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

border-color css

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

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

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