Html Css Color HEX #B11266 Jazzberry Jam

📋 copy color: '#B11266'

red 177 ◦ green 18 ◦ blue 102

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

Shades of Jazzberry Jam #B11266

Tints of Jazzberry Jam #B11266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 59.6%
G = 6.06%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B11266 (or 0xB11266) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 66. RGB value is (177,18,102). Sum of RGB (Red+Green+Blue) = 177+18+102=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B11266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11266 is #4EED99. Grayscale: #4A4A4A. Windows color (decimal): -5172634 or 6689457. OLE color: 6689457.

HSL color Cylindrical-coordinate representation of color #B11266: hue angle of 328.3º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11266 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 102 -
CMYK 0 0.90 0.42 0.31
HSL 328.3º 0.82% 0.38% -
HSV(B) 328.3º 0.9% 0.69% -
XYZ 20.75 10.74 13.55 -
YUV 75.12 143.18 200.67 -
System Red Green Blue C M Y K H S L
Decimal 177 18 102 0 0.90 0.42 0.31 328.3 0.82 0.38
Hex B1 12 66 0 5A 2A 1F 148 52 26
Octal 261 22 146 0 132 52 37 510 122 46
Binary 10110001 10010 1100110 0 1011010 101010 11111 101001000 1010010 100110

Color Harmonies of #B11266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11266

Black with #B11266

Text Example


Text Example

White with #B11266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11266; }

 p { color: rgb(177,18,102); }

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

background-color css

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

 a { background-color: rgb(177,18,102); }

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

border-color css

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

 span { border-color: rgb(177,18,102); }

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