Html Css Color HEX #B80663 Jazzberry Jam

📋 copy color: '#B80663'

red 184 ◦ green 6 ◦ blue 99

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

Shades of Jazzberry Jam #B80663

Tints of Jazzberry Jam #B80663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 63.67%
G = 2.08%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B80663 (or 0xB80663) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 63. RGB value is (184,6,99). Sum of RGB (Red+Green+Blue) = 184+6+99=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B80663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80663 is #47F99C. Grayscale: #454545. Windows color (decimal): -4716957 or 6489784. OLE color: 6489784.

HSL color Cylindrical-coordinate representation of color #B80663: hue angle of 328.65º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80663 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 6 99 -
CMYK 0 0.97 0.46 0.28
HSL 328.65º 0.94% 0.37% -
HSV(B) 328.65º 0.97% 0.72% -
XYZ 22.08 11.22 12.81 -
YUV 69.82 144.47 209.44 -
System Red Green Blue C M Y K H S L
Decimal 184 6 99 0 0.97 0.46 0.28 328.65 0.94 0.37
Hex B8 6 63 0 61 2E 1C 149 5E 25
Octal 270 6 143 0 141 56 34 511 136 45
Binary 10111000 110 1100011 0 1100001 101110 11100 101001001 1011110 100101

Color Harmonies of #B80663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80663

Black with #B80663

Text Example


Text Example

White with #B80663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80663; }

 p { color: rgb(184,6,99); }

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

background-color css

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

 a { background-color: rgb(184,6,99); }

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

border-color css

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

 span { border-color: rgb(184,6,99); }

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