Html Css Color HEX #B01166 Jazzberry Jam

📋 copy color: '#B01166'

red 176 ◦ green 17 ◦ blue 102

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

Shades of Jazzberry Jam #B01166

Tints of Jazzberry Jam #B01166

RGB

 RED value IS 176 (69.14% from 255) = 59.66%

 GREEN value IS 17 (7.03% from 255) = 5.76%

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

R = 59.66%
G = 5.76%
B = 34.58%

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

#B01166 (or 0xB01166) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 66. RGB value is (176,17,102). Sum of RGB (Red+Green+Blue) = 176+17+102=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B01166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01166 is #4FEE99. Grayscale: #4A4A4A. Windows color (decimal): -5238426 or 6689200. OLE color: 6689200.

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

Color convert

RGB 176 17 102 -
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.5 10.59 13.53 -
YUV 74.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 176 17 102 0 0.90 0.42 0.31 327.92 0.82 0.38
Hex B0 11 66 0 5A 2A 1F 148 52 26
Octal 260 21 146 0 132 52 37 510 122 46
Binary 10110000 10001 1100110 0 1011010 101010 11111 101001000 1010010 100110

Color Harmonies of #B01166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01166

Black with #B01166

Text Example


Text Example

White with #B01166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01166; }

 p { color: rgb(176,17,102); }

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

background-color css

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

 a { background-color: rgb(176,17,102); }

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

border-color css

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

 span { border-color: rgb(176,17,102); }

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