Html Css Color HEX #B11065 Jazzberry Jam

📋 copy color: '#B11065'

red 177 ◦ green 16 ◦ blue 101

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

Shades of Jazzberry Jam #B11065

Tints of Jazzberry Jam #B11065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.35%

R = 60.2%
G = 5.44%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B11065 (or 0xB11065) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 65. RGB value is (177,16,101). Sum of RGB (Red+Green+Blue) = 177+16+101=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B11065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11065 is #4EEF9A. Grayscale: #494949. Windows color (decimal): -5173147 or 6623409. OLE color: 6623409.

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

Color convert

RGB 177 16 101 -
CMYK 0 0.91 0.43 0.31
HSL 328.32º 0.83% 0.38% -
HSV(B) 328.32º 0.91% 0.69% -
XYZ 20.67 10.66 13.28 -
YUV 73.83 143.34 201.59 -
System Red Green Blue C M Y K H S L
Decimal 177 16 101 0 0.91 0.43 0.31 328.32 0.83 0.38
Hex B1 10 65 0 5B 2B 1F 148 53 26
Octal 261 20 145 0 133 53 37 510 123 46
Binary 10110001 10000 1100101 0 1011011 101011 11111 101001000 1010011 100110

Color Harmonies of #B11065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11065

Black with #B11065

Text Example


Text Example

White with #B11065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11065; }

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

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

background-color css

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

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

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

border-color css

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

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

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