Html Css Color HEX #B11267 Jazzberry Jam

📋 copy color: '#B11267'

red 177 ◦ green 18 ◦ blue 103

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

Shades of Jazzberry Jam #B11267

Tints of Jazzberry Jam #B11267

RGB

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

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

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

R = 59.4%
G = 6.04%
B = 34.56%

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

#B11267 (or 0xB11267) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 67. RGB value is (177,18,103). Sum of RGB (Red+Green+Blue) = 177+18+103=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B11267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11267 is #4EED98. Grayscale: #4B4B4B. Windows color (decimal): -5172633 or 6754993. OLE color: 6754993.

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

Color convert

RGB 177 18 103 -
CMYK 0 0.90 0.42 0.31
HSL 327.92º 0.82% 0.38% -
HSV(B) 327.92º 0.9% 0.69% -
XYZ 20.8 10.76 13.81 -
YUV 75.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 177 18 103 0 0.90 0.42 0.31 327.92 0.82 0.38
Hex B1 12 67 0 5A 2A 1F 148 52 26
Octal 261 22 147 0 132 52 37 510 122 46
Binary 10110001 10010 1100111 0 1011010 101010 11111 101001000 1010010 100110

Color Harmonies of #B11267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11267

Black with #B11267

Text Example


Text Example

White with #B11267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11267; }

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

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

background-color css

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

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

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

border-color css

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

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

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