Html Css Color HEX #B80650 Jazzberry Jam

📋 copy color: '#B80650'

red 184 ◦ green 6 ◦ blue 80

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

Shades of Jazzberry Jam #B80650

Tints of Jazzberry Jam #B80650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 68.15%
G = 2.22%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B80650 (or 0xB80650) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 50. RGB value is (184,6,80). Sum of RGB (Red+Green+Blue) = 184+6+80=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B80650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80650 is #47F9AF. Grayscale: #434343. Windows color (decimal): -4716976 or 5244600. OLE color: 5244600.

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

Color convert

RGB 184 6 80 -
CMYK 0 0.97 0.57 0.28
HSL 335.06º 0.94% 0.37% -
HSV(B) 335.06º 0.97% 0.72% -
XYZ 21.28 10.9 8.57 -
YUV 67.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 184 6 80 0 0.97 0.57 0.28 335.06 0.94 0.37
Hex B8 6 50 0 61 39 1C 14F 5E 25
Octal 270 6 120 0 141 71 34 517 136 45
Binary 10111000 110 1010000 0 1100001 111001 11100 101001111 1011110 100101

Color Harmonies of #B80650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80650

Black with #B80650

Text Example


Text Example

White with #B80650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80650; }

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

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

background-color css

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

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

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

border-color css

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

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

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