Html Css Color HEX #B11469 Jazzberry Jam

📋 copy color: '#B11469'

red 177 ◦ green 20 ◦ blue 105

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

Shades of Jazzberry Jam #B11469

Tints of Jazzberry Jam #B11469

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.62%

 BLUE value IS 105 (41.41% from 255) = 34.77%

R = 58.61%
G = 6.62%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B11469 (or 0xB11469) is known color: Jazzberry Jam. HEX triplet: B1, 14 and 69. RGB value is (177,20,105). Sum of RGB (Red+Green+Blue) = 177+20+105=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B11469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11469 is #4EEB96. Grayscale: #4C4C4C. Windows color (decimal): -5172119 or 6886577. OLE color: 6886577.

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

Color convert

RGB 177 20 105 -
CMYK 0 0.89 0.41 0.31
HSL 327.52º 0.8% 0.39% -
HSV(B) 327.52º 0.89% 0.69% -
XYZ 20.93 10.87 14.36 -
YUV 76.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 177 20 105 0 0.89 0.41 0.31 327.52 0.8 0.39
Hex B1 14 69 0 59 29 1F 148 50 27
Octal 261 24 151 0 131 51 37 510 120 47
Binary 10110001 10100 1101001 0 1011001 101001 11111 101001000 1010000 100111

Color Harmonies of #B11469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11469

Black with #B11469

Text Example


Text Example

White with #B11469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11469; }

 p { color: rgb(177,20,105); }

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

background-color css

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

 a { background-color: rgb(177,20,105); }

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

border-color css

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

 span { border-color: rgb(177,20,105); }

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