#B80C4E

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

Shades of Jazzberry Jam #B80C4E

Tints of Jazzberry Jam #B80C4E

Color information

#B80C4E (or 0xB80C4E) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 0C and 4E. RGB value is (184,12,78). Sum of RGB (Red+Green+Blue) = 184+12+78=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80C4E is #47F3B1. Grayscale: #464646. Windows color (decimal): -4715442 or 5115064. OLE color: 5115064.

HSL color Cylindrical-coordinate representation of color #B80C4E: hue angle of 336.98º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80C4E is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1841278-
CMYK00.930.580.28
HSL336.98º87.76%38.43%-
HSV(B)336.98º93.48%72.16%-
XYZ21.27118.21-
YUV70.95131.98208.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 67.15%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 78 (30.86% from 255) = 28.47%
R=67.15%
G=4.38%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184127800.930.580.28336.9887.7638.43
HexB8C4E05D3A1C1515826
Octal270141160135723452113046
Binary101110001100100111001011101111010111001010100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80C4E; }

 p { color: rgb(184,12,78); }

 H1.HeaderClassName
 {
   color: #B80C4E;
 }
 .AnyTagClassName
 {
   color: #B80C4E;
 }
</style>
background-color css

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

 a { background-color: rgb(184,12,78); }

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

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

 span { border-color: rgb(184,12,78); }

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