Html Css Color HEX #B80866 Jazzberry Jam

📋 copy color: '#B80866'

red 184 ◦ green 8 ◦ blue 102

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

Shades of Jazzberry Jam #B80866

Tints of Jazzberry Jam #B80866

RGB

 RED value IS 184 (72.27% from 255) = 62.59%

 GREEN value IS 8 (3.52% from 255) = 2.72%

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

R = 62.59%
G = 2.72%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B80866 (or 0xB80866) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 66. RGB value is (184,8,102). Sum of RGB (Red+Green+Blue) = 184+8+102=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B80866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80866 is #47F799. Grayscale: #474747. Windows color (decimal): -4716442 or 6686904. OLE color: 6686904.

HSL color Cylindrical-coordinate representation of color #B80866: hue angle of 327.95º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80866 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 102 -
CMYK 0 0.96 0.45 0.28
HSL 327.95º 0.92% 0.38% -
HSV(B) 327.95º 0.96% 0.72% -
XYZ 22.25 11.32 13.58 -
YUV 71.34 145.31 208.36 -
System Red Green Blue C M Y K H S L
Decimal 184 8 102 0 0.96 0.45 0.28 327.95 0.92 0.38
Hex B8 8 66 0 60 2D 1C 148 5C 26
Octal 270 10 146 0 140 55 34 510 134 46
Binary 10111000 1000 1100110 0 1100000 101101 11100 101001000 1011100 100110

Color Harmonies of #B80866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80866

Black with #B80866

Text Example


Text Example

White with #B80866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80866; }

 p { color: rgb(184,8,102); }

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

background-color css

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

 a { background-color: rgb(184,8,102); }

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

border-color css

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

 span { border-color: rgb(184,8,102); }

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