Html Css Color HEX #B11066 Jazzberry Jam

📋 copy color: '#B11066'

red 177 ◦ green 16 ◦ blue 102

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

Shades of Jazzberry Jam #B11066

Tints of Jazzberry Jam #B11066

RGB

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

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

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

R = 60%
G = 5.42%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B11066 (or 0xB11066) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 66. RGB value is (177,16,102). Sum of RGB (Red+Green+Blue) = 177+16+102=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B11066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11066 is #4EEF99. Grayscale: #494949. Windows color (decimal): -5173146 or 6688945. OLE color: 6688945.

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

Color convert

RGB 177 16 102 -
CMYK 0 0.91 0.42 0.31
HSL 327.95º 0.83% 0.38% -
HSV(B) 327.95º 0.91% 0.69% -
XYZ 20.72 10.68 13.54 -
YUV 73.94 143.84 201.51 -
System Red Green Blue C M Y K H S L
Decimal 177 16 102 0 0.91 0.42 0.31 327.95 0.83 0.38
Hex B1 10 66 0 5B 2A 1F 148 53 26
Octal 261 20 146 0 133 52 37 510 123 46
Binary 10110001 10000 1100110 0 1011011 101010 11111 101001000 1010011 100110

Color Harmonies of #B11066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11066

Black with #B11066

Text Example


Text Example

White with #B11066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11066; }

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

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

background-color css

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

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

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

border-color css

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

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

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