Html Css Color HEX #B01766 Jazzberry Jam

📋 copy color: '#B01766'

red 176 ◦ green 23 ◦ blue 102

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

Shades of Jazzberry Jam #B01766

Tints of Jazzberry Jam #B01766

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.64%

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

R = 58.47%
G = 7.64%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B01766 (or 0xB01766) is known color: Jazzberry Jam. HEX triplet: B0, 17 and 66. RGB value is (176,23,102). Sum of RGB (Red+Green+Blue) = 176+23+102=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B01766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01766 is #4FE899. Grayscale: #4D4D4D. Windows color (decimal): -5236890 or 6690736. OLE color: 6690736.

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

Color convert

RGB 176 23 102 -
CMYK 0 0.87 0.42 0.31
HSL 329.02º 0.77% 0.39% -
HSV(B) 329.02º 0.87% 0.69% -
XYZ 20.61 10.8 13.57 -
YUV 77.75 141.69 198.08 -
System Red Green Blue C M Y K H S L
Decimal 176 23 102 0 0.87 0.42 0.31 329.02 0.77 0.39
Hex B0 17 66 0 57 2A 1F 149 4D 27
Octal 260 27 146 0 127 52 37 511 115 47
Binary 10110000 10111 1100110 0 1010111 101010 11111 101001001 1001101 100111

Color Harmonies of #B01766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01766

Black with #B01766

Text Example


Text Example

White with #B01766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01766; }

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

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

background-color css

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

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

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

border-color css

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

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

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