Html Css Color HEX #B01866 Jazzberry Jam

📋 copy color: '#B01866'

red 176 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #B01866

Tints of Jazzberry Jam #B01866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.95%

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

R = 58.28%
G = 7.95%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B01866 (or 0xB01866) is known color: Jazzberry Jam. HEX triplet: B0, 18 and 66. RGB value is (176,24,102). Sum of RGB (Red+Green+Blue) = 176+24+102=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B01866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01866 is #4FE799. Grayscale: #4E4E4E. Windows color (decimal): -5236634 or 6690992. OLE color: 6690992.

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

Color convert

RGB 176 24 102 -
CMYK 0 0.86 0.42 0.31
HSL 329.21º 0.76% 0.39% -
HSV(B) 329.21º 0.86% 0.69% -
XYZ 20.63 10.84 13.58 -
YUV 78.34 141.36 197.66 -
System Red Green Blue C M Y K H S L
Decimal 176 24 102 0 0.86 0.42 0.31 329.21 0.76 0.39
Hex B0 18 66 0 56 2A 1F 149 4C 27
Octal 260 30 146 0 126 52 37 511 114 47
Binary 10110000 11000 1100110 0 1010110 101010 11111 101001001 1001100 100111

Color Harmonies of #B01866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01866

Black with #B01866

Text Example


Text Example

White with #B01866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01866; }

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

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

background-color css

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

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

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

border-color css

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

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

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