Html Css Color HEX #B80860 Jazzberry Jam

📋 copy color: '#B80860'

red 184 ◦ green 8 ◦ blue 96

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

Shades of Jazzberry Jam #B80860

Tints of Jazzberry Jam #B80860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 63.89%
G = 2.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B80860 (or 0xB80860) is known color: Jazzberry Jam. HEX triplet: B8, 08 and 60. RGB value is (184,8,96). Sum of RGB (Red+Green+Blue) = 184+8+96=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 8 (3.52% from 255 or 2.78% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B80860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80860 is #47F79F. Grayscale: #464646. Windows color (decimal): -4716448 or 6293688. OLE color: 6293688.

HSL color Cylindrical-coordinate representation of color #B80860: hue angle of 330º 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 #B80860 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 96 -
CMYK 0 0.96 0.48 0.28
HSL 330º 0.92% 0.38% -
HSV(B) 330º 0.96% 0.72% -
XYZ 21.97 11.21 12.07 -
YUV 70.66 142.31 208.84 -
System Red Green Blue C M Y K H S L
Decimal 184 8 96 0 0.96 0.48 0.28 330 0.92 0.38
Hex B8 8 60 0 60 30 1C 14A 5C 26
Octal 270 10 140 0 140 60 34 512 134 46
Binary 10111000 1000 1100000 0 1100000 110000 11100 101001010 1011100 100110

Color Harmonies of #B80860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80860

Black with #B80860

Text Example


Text Example

White with #B80860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80860; }

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

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

background-color css

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

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

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

border-color css

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

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

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