Html Css Color HEX #B11069 Jazzberry Jam

📋 copy color: '#B11069'

red 177 ◦ green 16 ◦ blue 105

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

Shades of Jazzberry Jam #B11069

Tints of Jazzberry Jam #B11069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 59.4%
G = 5.37%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B11069 (or 0xB11069) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 69. RGB value is (177,16,105). Sum of RGB (Red+Green+Blue) = 177+16+105=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B11069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11069 is #4EEF96. Grayscale: #4A4A4A. Windows color (decimal): -5173143 or 6885553. OLE color: 6885553.

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

Color convert

RGB 177 16 105 -
CMYK 0 0.91 0.41 0.31
HSL 326.83º 0.83% 0.38% -
HSV(B) 326.83º 0.91% 0.69% -
XYZ 20.87 10.74 14.34 -
YUV 74.29 145.34 201.26 -
System Red Green Blue C M Y K H S L
Decimal 177 16 105 0 0.91 0.41 0.31 326.83 0.83 0.38
Hex B1 10 69 0 5B 29 1F 147 53 26
Octal 261 20 151 0 133 51 37 507 123 46
Binary 10110001 10000 1101001 0 1011011 101001 11111 101000111 1010011 100110

Color Harmonies of #B11069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11069

Black with #B11069

Text Example


Text Example

White with #B11069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11069; }

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

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

background-color css

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

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

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

border-color css

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

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

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