Html Css Color HEX #B11967 Jazzberry Jam

📋 copy color: '#B11967'

red 177 ◦ green 25 ◦ blue 103

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

Shades of Jazzberry Jam #B11967

Tints of Jazzberry Jam #B11967

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.2%

 BLUE value IS 103 (40.63% from 255) = 33.77%

R = 58.03%
G = 8.2%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B11967 (or 0xB11967) is known color: Jazzberry Jam. HEX triplet: B1, 19 and 67. RGB value is (177,25,103). Sum of RGB (Red+Green+Blue) = 177+25+103=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B11967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11967 is #4EE698. Grayscale: #4F4F4F. Windows color (decimal): -5170841 or 6756785. OLE color: 6756785.

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

Color convert

RGB 177 25 103 -
CMYK 0 0.86 0.42 0.31
HSL 329.21º 0.75% 0.4% -
HSV(B) 329.21º 0.86% 0.69% -
XYZ 20.93 11.02 13.86 -
YUV 79.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 177 25 103 0 0.86 0.42 0.31 329.21 0.75 0.4
Hex B1 19 67 0 56 2A 1F 149 4B 28
Octal 261 31 147 0 126 52 37 511 113 50
Binary 10110001 11001 1100111 0 1010110 101010 11111 101001001 1001011 101000

Color Harmonies of #B11967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11967

Black with #B11967

Text Example


Text Example

White with #B11967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11967; }

 p { color: rgb(177,25,103); }

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

background-color css

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

 a { background-color: rgb(177,25,103); }

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

border-color css

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

 span { border-color: rgb(177,25,103); }

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