Html Css Color HEX #B80648 Jazzberry Jam

📋 copy color: '#B80648'

red 184 ◦ green 6 ◦ blue 72

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

Shades of Jazzberry Jam #B80648

Tints of Jazzberry Jam #B80648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 70.23%
G = 2.29%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B80648 (or 0xB80648) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 48. RGB value is (184,6,72). Sum of RGB (Red+Green+Blue) = 184+6+72=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B80648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80648 is #47F9B7. Grayscale: #424242. Windows color (decimal): -4716984 or 4720312. OLE color: 4720312.

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

Color convert

RGB 184 6 72 -
CMYK 0 0.97 0.61 0.28
HSL 337.75º 0.94% 0.37% -
HSV(B) 337.75º 0.97% 0.72% -
XYZ 21 10.79 7.11 -
YUV 66.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 184 6 72 0 0.97 0.61 0.28 337.75 0.94 0.37
Hex B8 6 48 0 61 3D 1C 152 5E 25
Octal 270 6 110 0 141 75 34 522 136 45
Binary 10111000 110 1001000 0 1100001 111101 11100 101010010 1011110 100101

Color Harmonies of #B80648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80648

Black with #B80648

Text Example


Text Example

White with #B80648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80648; }

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

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

background-color css

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

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

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

border-color css

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

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

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