Html Css Color HEX #B11752 Jazzberry Jam

📋 copy color: '#B11752'

red 177 ◦ green 23 ◦ blue 82

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

Shades of Jazzberry Jam #B11752

Tints of Jazzberry Jam #B11752

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.16%

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

R = 62.77%
G = 8.16%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B11752 (or 0xB11752) is known color: Jazzberry Jam. HEX triplet: B1, 17 and 52. RGB value is (177,23,82). Sum of RGB (Red+Green+Blue) = 177+23+82=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B11752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11752 is #4EE8AD. Grayscale: #4B4B4B. Windows color (decimal): -5171374 or 5380017. OLE color: 5380017.

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

Color convert

RGB 177 23 82 -
CMYK 0 0.87 0.54 0.31
HSL 337.01º 0.77% 0.39% -
HSV(B) 337.01º 0.87% 0.69% -
XYZ 19.96 10.57 8.97 -
YUV 75.77 131.52 200.2 -
System Red Green Blue C M Y K H S L
Decimal 177 23 82 0 0.87 0.54 0.31 337.01 0.77 0.39
Hex B1 17 52 0 57 36 1F 151 4D 27
Octal 261 27 122 0 127 66 37 521 115 47
Binary 10110001 10111 1010010 0 1010111 110110 11111 101010001 1001101 100111

Color Harmonies of #B11752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11752

Black with #B11752

Text Example


Text Example

White with #B11752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11752; }

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

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

background-color css

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

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

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

border-color css

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

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

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