#B80650

Color #B80650 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B80650

Tints of Jazzberry Jam #B80650

Color information

#B80650 (or 0xB80650) is unknown color: approx 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

RGB184680-
CMYK00.970.570.28
HSL335.06º93.68%37.25%-
HSV(B)335.06º96.74%72.16%-
XYZ21.2810.98.57-
YUV67.66134.97210.98-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18468000.970.570.28335.0693.6837.25
HexB8650061391C14f5e25
Octal27061200141713451713645
Binary10111000110101000001100001111001111001010011111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>