Html Css Color HEX #B11865 Jazzberry Jam

📋 copy color: '#B11865'

red 177 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #B11865

Tints of Jazzberry Jam #B11865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 58.61%
G = 7.95%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B11865 (or 0xB11865) is known color: Jazzberry Jam. HEX triplet: B1, 18 and 65. RGB value is (177,24,101). Sum of RGB (Red+Green+Blue) = 177+24+101=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B11865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11865 is #4EE79A. Grayscale: #4E4E4E. Windows color (decimal): -5171099 or 6625457. OLE color: 6625457.

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

Color convert

RGB 177 24 101 -
CMYK 0 0.86 0.43 0.31
HSL 329.8º 0.76% 0.39% -
HSV(B) 329.8º 0.86% 0.69% -
XYZ 20.81 10.94 13.33 -
YUV 78.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 177 24 101 0 0.86 0.43 0.31 329.8 0.76 0.39
Hex B1 18 65 0 56 2B 1F 14A 4C 27
Octal 261 30 145 0 126 53 37 512 114 47
Binary 10110001 11000 1100101 0 1010110 101011 11111 101001010 1001100 100111

Color Harmonies of #B11865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11865

Black with #B11865

Text Example


Text Example

White with #B11865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11865; }

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

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

background-color css

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

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

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

border-color css

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

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

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