Html Css Color HEX #B11652 Jazzberry Jam

📋 copy color: '#B11652'

red 177 ◦ green 22 ◦ blue 82

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

Shades of Jazzberry Jam #B11652

Tints of Jazzberry Jam #B11652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.83%

 BLUE value IS 82 (32.42% from 255) = 29.18%

R = 62.99%
G = 7.83%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B11652 (or 0xB11652) is known color: Jazzberry Jam. HEX triplet: B1, 16 and 52. RGB value is (177,22,82). Sum of RGB (Red+Green+Blue) = 177+22+82=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B11652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11652 is #4EE9AD. Grayscale: #4B4B4B. Windows color (decimal): -5171630 or 5379761. OLE color: 5379761.

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

Color convert

RGB 177 22 82 -
CMYK 0 0.88 0.54 0.31
HSL 336.77º 0.78% 0.39% -
HSV(B) 336.77º 0.88% 0.69% -
XYZ 19.94 10.53 8.96 -
YUV 75.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 177 22 82 0 0.88 0.54 0.31 336.77 0.78 0.39
Hex B1 16 52 0 58 36 1F 151 4E 27
Octal 261 26 122 0 130 66 37 521 116 47
Binary 10110001 10110 1010010 0 1011000 110110 11111 101010001 1001110 100111

Color Harmonies of #B11652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11652

Black with #B11652

Text Example


Text Example

White with #B11652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11652; }

 p { color: rgb(177,22,82); }

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

background-color css

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

 a { background-color: rgb(177,22,82); }

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

border-color css

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

 span { border-color: rgb(177,22,82); }

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